Four x Four (double) Matrix. More...
Public Member Functions | |
FBMatrix () | |
Constructor Initializes matrix to identity. More... | |
FBMatrix (list pValue) | |
Constructor. More... | |
FBMatrix (FBMatrix pMatrix) | |
Copy Constructor. More... | |
FBMatrix | Inverse () |
Get Inversed matrix. More... | |
FBMatrix | InverseProduct (FBMatrix pMatrix) |
InverseProduct Matrix. More... | |
FBMatrix | Transpose () |
Get Transposed matrix. More... | |
bool | Validate () |
Validated matrix. More... | |
FBMatrix | ( | ) |
Constructor Initializes matrix to identity.
FBMatrix Inverse | ( | ) |
Get Inversed matrix.
InverseProduct Matrix.
pMatrix | Matrix to Product. |
FBMatrix Transpose | ( | ) |
Get Transposed matrix.
bool Validate | ( | ) |
Validated matrix.