AO4MO
 All Classes Functions Variables Enumerations Enumerator
Public Member Functions | List of all members
Matrix4x4 Class Reference

Public Member Functions

 Matrix4x4 (float *values)
 
 Matrix4x4 (Matrix4x4 *matrix)
 
void setIdentity ()
 
float * getValues ()
 
void getValues (float *values)
 
void rotateVec (float angle, float *vector, int modi)
 
void rotateX (float angle, int modi)
 
void rotateY (float angle, int modi)
 
void rotateZ (float angle, int modi)
 
void scale (float x, float y, float z, int modi)
 
void translate (float x, float y, float z, int modi)
 
void transform (float *vector)
 
void print ()
 
Matrix4x4leftMult (Matrix4x4 *left)
 
Matrix4x4rightMult (Matrix4x4 *right)
 
void getScaling (float *xscale, float *yscale, float *zscale)
 
float getMaxScal ()
 
Matrix4x4getInverse ()
 
float getDeterminante ()
 
float getDeterminante (float *adj)
 
Matrix4x4transpose ()
 

The documentation for this class was generated from the following files: