kfbxtransformation.h File Reference


Detailed Description

Definition in file kfbxtransformation.h.

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

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

Go to the source code of this file.


Enumerations

enum   ERotationOrder {
   eEULER_XYZ = 0,
   eEULER_XZY,
   eEULER_YZX,
   eEULER_YXZ,
   eEULER_ZXY,
   eEULER_ZYX,
   eSPHERIC_XYZ
}
  Rotation order flags. More...
enum   ETransformInheritType {
   eINHERIT_RrSs = 0,
   eINHERIT_RSrs,
   eINHERIT_Rrs
}
  Transformation inheritance flags. More...

Enumeration Type Documentation

Rotation order flags.

  • eEULER_XYZ
  • eEULER_XZY
  • eEULER_YZX
  • eEULER_YXZ
  • eEULER_ZXY
  • eEULER_ZYX
  • eSPHERIC_XYZ
Enumerator:
eEULER_XYZ 
eEULER_XZY 
eEULER_YZX 
eEULER_YXZ 
eEULER_ZXY 
eEULER_ZYX 
eSPHERIC_XYZ 

Definition at line 54 of file kfbxtransformation.h.

Transformation inheritance flags.

  • eINHERIT_RrSs
  • eINHERIT_RSrs
  • eINHERIT_Rrs
Enumerator:
eINHERIT_RrSs 
eINHERIT_RSrs 
eINHERIT_Rrs 

Definition at line 70 of file kfbxtransformation.h.