cocos3d  2.0.0
Public Attributes | List of all members
CC3Vector Struct Reference

#include <CC3Foundation.h>

Public Attributes

GLfloat x
 
GLfloat y
 
GLfloat z
 

Detailed Description

A vector in 3D space.

Member Data Documentation

GLfloat CC3Vector::x

The X-componenent of the vector.

GLfloat CC3Vector::y

The Y-componenent of the vector.

GLfloat CC3Vector::z

The Z-componenent of the vector.


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