Four x Four (double) Matrix. More...
#include <pyfbsdk_generated.h>

Public Member Functions | |
| FBMatrix () | |
| Constructor Initializes matrix to identity. | |
| FBMatrix (list pValue) | |
| Constructor. | |
| FBMatrix (FBMatrix pMatrix) | |
| Copy Constructor. | |
| FBMatrix | Inverse () |
| Get Inversed matrix. | |
| FBMatrix | InverseProduct (FBMatrix pMatrix) |
| InverseProduct Matrix. | |
| FBMatrix | Transpose () |
| Get Transposed matrix. | |
| bool | Validate () |
| Validated matrix. | |
| 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.