Vector4I Class¶
Description¶
4 x 1 vector of int data.
Public Functions¶
Vector4I(int x, int y, int z, int w)
Public Field¶
int x
int y
int z
int w
Vector4I(int x, int y, int z, int w)¶
Creates a Vector4I object.
int x¶
The 1st element of the vector.
int y¶
The 2nd element of the vector.
int z¶
The 3rd element of the vector.
int w¶
The 4th element of the vector.