$search
#include <tgMatrix3.h>
Public Member Functions | |
tgVector3 | operator* (tgVector3 v) |
tgMatrix3 | operator* (float m) |
tgMatrix3 | operator* (tgMatrix3 v) |
tgMatrix3 | operator+ (tgMatrix3 v) |
tgMatrix3 | operator- (tgMatrix3 v) |
tgMatrix3 (float m0, float m1, float m2, float m3, float m4, float m5, float m6, float m7, float m8) | |
tgMatrix3 (tgVector3 x, tgVector3 y, tgVector3 z) | |
tgMatrix3 (const tgMatrix3 &m) | |
tgMatrix3 () | |
void | transpose () |
Public Attributes | |
float | m [9] |
Class tgMatrix3.
Definition at line 25 of file tgMatrix3.h.
tgMatrix3::tgMatrix3 | ( | ) |
Definition at line 14 of file tgMatrix3.cpp.
tgMatrix3::tgMatrix3 | ( | const tgMatrix3 & | m | ) |
Definition at line 25 of file tgMatrix3.cpp.
Definition at line 19 of file tgMatrix3.cpp.
tgMatrix3::tgMatrix3 | ( | float | m0, | |
float | m1, | |||
float | m2, | |||
float | m3, | |||
float | m4, | |||
float | m5, | |||
float | m6, | |||
float | m7, | |||
float | m8 | |||
) |
Definition at line 31 of file tgMatrix3.cpp.
Definition at line 73 of file tgMatrix3.cpp.
tgMatrix3 tgMatrix3::operator* | ( | float | m | ) |
Definition at line 68 of file tgMatrix3.cpp.
Definition at line 50 of file tgMatrix3.cpp.
Definition at line 40 of file tgMatrix3.cpp.
Definition at line 45 of file tgMatrix3.cpp.
void tgMatrix3::transpose | ( | ) |
Definition at line 83 of file tgMatrix3.cpp.
float TomGine::tgMatrix3::m[9] |
Definition at line 30 of file tgMatrix3.h.