Public Attributes

CC3Vector4 Struct Reference

A homogeneous vector in 4D graphics matrix space. More...

#include <CC3Foundation.h>

List of all members.

Public Attributes

GLfloat w
GLfloat x
GLfloat y
GLfloat z

Detailed Description

A homogeneous vector in 4D graphics matrix space.


Member Data Documentation

GLfloat CC3Vector4::w

The homogeneous ratio factor.

GLfloat CC3Vector4::x

The X-componenent of the vector.

GLfloat CC3Vector4::y

The Y-componenent of the vector.

GLfloat CC3Vector4::z

The Z-componenent of the vector.


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