C# Class Xacor.Mathematics.Interop.RawInt4

显示文件 Open project: deccer/Xacor

Public Properties

Property Type Description
W int
X int
Y int
Z int

Public Methods

Method Description
RawInt4 ( int x, int y, int z, int w ) : System.Diagnostics

Initializes a new instance of the RawInt4 struct.

Method Details

RawInt4() public method

Initializes a new instance of the RawInt4 struct.
public RawInt4 ( int x, int y, int z, int w ) : System.Diagnostics
x int The X.
y int The y.
z int The z.
w int The w.
return System.Diagnostics

Property Details

W public_oe property

The W component of the vector.
public int W
return int

X public_oe property

The X component of the vector.
public int X
return int

Y public_oe property

The Y component of the vector.
public int Y
return int

Z public_oe property

The Z component of the vector.
public int Z
return int