v2.0.2
Public Attributes | List of all members
CC3IntVector4 Struct Reference

#include <CC3Foundation.h>

Public Attributes

GLint w
 
CC3IntVector v
 
GLint x
 
GLint y
 
GLint z
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: