kfbxnodelimits.h File Reference

#include <fbxfilesdk/fbxfilesdk_def.h>
#include <fbxfilesdk/kfbxmath/kfbxvector4.h>
#include <fbxfilesdk/fbxfilesdk_nsbegin.h>
#include <fbxfilesdk/fbxfilesdk_nsend.h>

Go to the source code of this file.

Classes

class   KFbxLimits
  KFbxLimits defines a limit range for one transform component (either translation, rotation or scaling). More...
class   KFbxNodeLimits
  Manages a separate KFbxLimits object for the translation, rotation, and scaling transform components of a node. More...

Typedefs

typedef KFbxLimits HKFbxLimits

Enumerations

enum   ELimitedProperty { eTRANSLATION, eROTATION, eSCALE }
 

Defines which transform component (translation, rotation, or scaling) is limited by a KFbxLimits object.

More...

Detailed Description

Definition in file kfbxnodelimits.h.


Typedef Documentation


Enumeration Type Documentation

Defines which transform component (translation, rotation, or scaling) is limited by a KFbxLimits object.

Enumerator:
eTRANSLATION 

The KFbxLimits object defines the limit for translation.

eROTATION 

The KFbxLimits object defines the limit for rotation.

eSCALE 

The KFbxLimits object defines the limit for scale.

Definition at line 53 of file kfbxnodelimits.h.