#include <CC3Foundation.h>
Public Attributes | |
GLint | w |
CC3IntVector | v |
GLint | x |
GLint | y |
GLint | z |
An integer 4D vector.
This structure can be referenced as containing 4 individual XYZW axes components, or containing a 3D XYZ vector, plus a W component.
CC3IntVector CC3IntVector4::v |
The X, Y & Z components as a 3D vector.
GLint CC3IntVector4::w |
The homogeneous ratio factor.
GLint CC3IntVector4::x |
The X-componenent of the vector.
GLint CC3IntVector4::y |
The Y-componenent of the vector.
GLint CC3IntVector4::z |
The Z-componenent of the vector.