#include <fbxlimitsutilities.h>
This class represent a utility of limits for transforms.
Definition at line 27 of file fbxlimitsutilities.h.
| enum EType |
Limit Type.
Definition at line 35 of file fbxlimitsutilities.h.
{
eTranslation,
eRotation,
eScaling
};
| enum ERotationType |
Rotation type.
Definition at line 46 of file fbxlimitsutilities.h.
{
eQuaternion,
eEuler
};
| enum ERotationClampType |
Rotation clamp type.
Definition at line 56 of file fbxlimitsutilities.h.
{
eRectangular,
eEllipsoid
};
| FbxLimitsUtilities | ( | FbxNode * | pNode | ) |
| void SetAuto | ( | EType | pType, |
| bool | pAuto | ||
| ) |
| bool GetAuto | ( | EType | pType | ) | const |
| void SetEnable | ( | EType | pType, |
| bool | pEnable | ||
| ) |
| bool GetEnable | ( | EType | pType | ) | const |
| void SetDefault | ( | EType | pType, |
| FbxVector4 | pDefault | ||
| ) |
| FbxVector4 GetDefault | ( | EType | pType | ) | const |
| void SetMin | ( | EType | pType, |
| FbxVector4 | pMin | ||
| ) |
| FbxVector4 GetMin | ( | EType | pType | ) | const |
| void SetMax | ( | EType | pType, |
| FbxVector4 | pMax | ||
| ) |
| FbxVector4 GetMax | ( | EType | pType | ) | const |
| void SetRotationType | ( | ERotationType | pType | ) |
| ERotationType GetRotationType | ( | ) | const |
| ERotationClampType GetRotationClampType | ( | ) | const |
| void SetRotationAxis | ( | FbxVector4 | pRotationAxis | ) |
| FbxVector4 GetRotationAxis | ( | ) | const |
| void SetAxisLength | ( | double | pLength | ) |
| double GetAxisLength | ( | ) | const |
| void UpdateAutomatic | ( | FbxNode * | pNode | ) |
| FbxVector4 GetEndPointTranslation | ( | FbxNode * | pNode | ) | const |
| FbxVector4 GetEndSite | ( | FbxNode * | pNode | ) | const |
Definition at line 100 of file fbxlimitsutilities.h.
| double mAxisLength |
Definition at line 101 of file fbxlimitsutilities.h.