Go to the source code of this file.
Classes | |
class | FMMatrix44 |
A 4x4 matrix: use to represent 3D transformations. More... | |
Typedefs | |
typedef vector< FMMatrix44 > | FMMatrix44List |
A dynamically-sized array of 4x4 matrices. | |
Functions | |
FMMatrix44 FCOLLADA_EXPORT | operator * (const FMMatrix44 &m1, const FMMatrix44 &m2) |
Matrix multiplication with two FMMatrix44. | |
bool | IsEquivalent (const FMMatrix44 &m1, const FMMatrix44 &m2) |
Matrix equality comparison function. | |
bool | operator== (const FMMatrix44 &m1, const FMMatrix44 &m2) |
Matrix equality operator override. |
|
Matrix equality comparison function.
|
|
Matrix multiplication with two FMMatrix44.
|
|
Matrix equality operator override.
|