C# 클래스 Xacor.Mathematics.Interop.RawInt4

파일 보기 프로젝트 열기: deccer/Xacor

공개 프로퍼티들

프로퍼티 타입 설명
W int
X int
Y int
Z int

공개 메소드들

메소드 설명
RawInt4 ( int x, int y, int z, int w ) : System.Diagnostics

Initializes a new instance of the RawInt4 struct.

메소드 상세

RawInt4() 공개 메소드

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.
리턴 System.Diagnostics

프로퍼티 상세

W 공개적으로 프로퍼티

The W component of the vector.
public int W
리턴 int

X 공개적으로 프로퍼티

The X component of the vector.
public int X
리턴 int

Y 공개적으로 프로퍼티

The Y component of the vector.
public int Y
리턴 int

Z 공개적으로 프로퍼티

The Z component of the vector.
public int Z
리턴 int