kfbxnodelimits.h File Reference


Detailed Description

Definition in file kfbxnodelimits.h.

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

Include dependency graph for kfbxnodelimits.h:
This graph shows which files directly or indirectly include this file:

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...

Typedef Documentation

Definition at line 311 of file kfbxnodelimits.h.


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.