|
HDK
|
#include <FBX_SceneProxy.h>
Public Types | |
| enum | UpVector { UpVector::XAxis, UpVector::YAxis, UpVector::ZAxis } |
| enum | FrontVector { FrontVector::ParityEven, FrontVector::ParityOdd } |
| enum | CoordSystem { CoordSystem::RightHanded, CoordSystem::LeftHanded } |
Public Member Functions | |
| bool | operator== (const FBX_AxisSystem &x) const |
| bool | operator!= (const FBX_AxisSystem &x) const |
Public Attributes | |
| UpVector | myUpVector |
| FrontVector | myFrontVector |
| CoordSystem | myCoordSystem |
Definition at line 775 of file FBX_SceneProxy.h.
|
strong |
| Enumerator | |
|---|---|
| RightHanded | |
| LeftHanded | |
Definition at line 788 of file FBX_SceneProxy.h.
|
strong |
| Enumerator | |
|---|---|
| ParityEven | |
| ParityOdd | |
Definition at line 783 of file FBX_SceneProxy.h.
|
strong |
| Enumerator | |
|---|---|
| XAxis | |
| YAxis | |
| ZAxis | |
Definition at line 777 of file FBX_SceneProxy.h.
|
inline |
Definition at line 804 of file FBX_SceneProxy.h.
|
inline |
Definition at line 798 of file FBX_SceneProxy.h.
| CoordSystem FBX_AxisSystem::myCoordSystem |
Definition at line 796 of file FBX_SceneProxy.h.
| FrontVector FBX_AxisSystem::myFrontVector |
Definition at line 795 of file FBX_SceneProxy.h.
| UpVector FBX_AxisSystem::myUpVector |
Definition at line 794 of file FBX_SceneProxy.h.