cocos3d  0.6.5
Cocos3D API Reference for Kobold2D developers
CC3Vector4 Struct Reference

#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: