kfbxtransformation.h File Reference

This reference page is linked to from the following overview topics: Scene Axis and Unit Conversion, FBX Nodes.


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

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...
enum   EQuaternionInterpolation {
  eQUATINTERP_OFF = 0, eQUATINTERP_CLASSIC = 1, eQUATINTERP_SLERP, eQUATINTERP_CUBIC,
  eQUATINTERP_TANGENTDEPENDENT, eQUATINTERP_NBMODES
}
 

Quaternion interpolation modes.

More...

Detailed Description

Definition in file kfbxtransformation.h.


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.

Quaternion interpolation modes.

Enumerator:
eQUATINTERP_OFF 

Do not evaluate using quaternion interpolation.

eQUATINTERP_CLASSIC 

Legacy quaternion interpolation mode.

eQUATINTERP_SLERP 

Spherical linear interpolation.

eQUATINTERP_CUBIC 

Cubic interpolation .

eQUATINTERP_TANGENTDEPENDENT 

Mix between Slerp and cubic interpolation depending on the specified tangents for each key.

eQUATINTERP_NBMODES 

Definition at line 79 of file kfbxtransformation.h.