KiCad PCB EDA Suite
|
This is the complete list of members for MATRIX3x3< T >, including all inherited members.
Determinant() const | MATRIX3x3< T > | |
GetScale() const | MATRIX3x3< T > | |
GetTranslation() const | MATRIX3x3< T > | |
Inverse() const | MATRIX3x3< T > | |
m_data | MATRIX3x3< T > | |
MATRIX3x3() | MATRIX3x3< T > | |
MATRIX3x3(VECTOR3< T > a1, VECTOR3< T > a2, VECTOR3< T > a3) | MATRIX3x3< T > | |
MATRIX3x3(T a00, T a01, T a02, T a10, T a11, T a12, T a20, T a21, T a22) | MATRIX3x3< T > | |
operator | MATRIX3x3< T > | friend |
operator!=(const MATRIX3x3< T > &aOtherMatrix) const | MATRIX3x3< T > | |
operator==(const MATRIX3x3< T > &aOtherMatrix) const | MATRIX3x3< T > | |
SetIdentity() | MATRIX3x3< T > | |
SetRotation(T aAngle) | MATRIX3x3< T > | |
SetScale(VECTOR2< T > aScale) | MATRIX3x3< T > | |
SetTranslation(VECTOR2< T > aTranslation) | MATRIX3x3< T > | |
Transpose() const | MATRIX3x3< T > |