|
Functions |
void | multiply (float *out, const float *a, const float *b) |
void | loadIdentity (float *m) |
void | accumulate (const float temp, float &pos, float &neg) |
void | invertAffineMatrix (const float *in, float *out) |
void | transpose (const float *in, float *out) |
ostream & | operator<< (ostream &s, const Transformator &t) |
bool | operator== (const wrl::Transformator &t0, const wrl::Transformator &t1) |
bool | operator!= (const wrl::Transformator &t0, const wrl::Transformator &t1) |
bool | operator< (const Transformator &t0, const Transformator &t1) |
ostream & | operator<< (ostream &s, const TransformatorHierarchy &t) |
bool | operator== (const wrl::TransformatorHierarchy &th0, const wrl::TransformatorHierarchy &th1) |
bool | operator!= (const wrl::TransformatorHierarchy &th0, const wrl::TransformatorHierarchy &th1) |
bool | operator< (const TransformatorHierarchy &th0, const TransformatorHierarchy &th1) |