|
FBX C++ API Reference
|
#include <fbxtransforms.h>
Definition at line 185 of file fbxtransforms.h.
Public Member Functions | |
| FbxRotationOrder (FbxEuler::EOrder pOrder=FbxEuler::eOrderXYZ) | |
| FbxEuler::EOrder | GetOrder () const |
| void | SetOrder (FbxEuler::EOrder pOrder) |
| void | V2M (FbxAMatrix &pRM, const FbxVector4 &pV) |
| void | M2V (FbxVector4 &pV, const FbxAMatrix &pRM) |
| bool | V2VRef (FbxVector4 &pVOut, const FbxVector4 &pVIn, const FbxVector4 &pVRef) |
| FbxRotationOrder | ( | FbxEuler::EOrder | pOrder = FbxEuler::eOrderXYZ | ) |
| FbxEuler::EOrder GetOrder | ( | ) | const |
| void SetOrder | ( | FbxEuler::EOrder | pOrder | ) |
| void V2M | ( | FbxAMatrix & | pRM, |
| const FbxVector4 & | pV | ||
| ) |
| void M2V | ( | FbxVector4 & | pV, |
| const FbxAMatrix & | pRM | ||
| ) |
| bool V2VRef | ( | FbxVector4 & | pVOut, |
| const FbxVector4 & | pVIn, | ||
| const FbxVector4 & | pVRef | ||
| ) |