Classes | Enumerations

CC3GLMatrix.h File Reference

#import "CC3Matrix4x4.h"
#import "CC3MatrixMath.h"

Classes

class  CC3GLMatrix
 Deprecated and replaced by the CC3Matrix family of classes. More...
class  CC3GLMatrixDeprecated
 Deprecated and replaced by the CC3Matrix family of classes. More...

Enumerations

enum  CC3GLMatrixOrthonormalizationStart { kCC3GLMatrixOrthonormalizationStartX, kCC3GLMatrixOrthonormalizationStartY, kCC3GLMatrixOrthonormalizationStartZ }

Detailed Description


Enumeration Type Documentation

Deprecated:
CC3GLMatrix has been replaced by the CC3Matrix family of classes.
Enumerator:
kCC3GLMatrixOrthonormalizationStartX 

Start with the X-axis basis vector.

kCC3GLMatrixOrthonormalizationStartY 

Start with the Y-axis basis vector.

kCC3GLMatrixOrthonormalizationStartZ 

Start with the Z-axis basis vector.