FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FbxAnimCurveTangentInfo Struct Reference

#include <fbxanimcurve.h>

Class Description

Definition at line 107 of file fbxanimcurve.h.

Public Member Functions

 FbxAnimCurveTangentInfo ()
 

Public Attributes

float mDerivative
 
float mWeight
 
float mVelocity
 
float mAuto
 
bool mWeighted
 
bool mHasVelocity
 

Constructor & Destructor Documentation

◆ FbxAnimCurveTangentInfo()

Definition at line 109 of file fbxanimcurve.h.

110  {
111  mDerivative = 0;
113  mWeighted = false;
115  mHasVelocity = false;
116  mAuto = 0;
117  }
static const float sDEFAULT_WEIGHT
Definition: fbxanimcurve.h:29
static const float sDEFAULT_VELOCITY
Definition: fbxanimcurve.h:32

Member Data Documentation

◆ mDerivative

float mDerivative

Definition at line 119 of file fbxanimcurve.h.

◆ mWeight

float mWeight

Definition at line 120 of file fbxanimcurve.h.

◆ mVelocity

float mVelocity

Definition at line 121 of file fbxanimcurve.h.

◆ mAuto

float mAuto

Definition at line 122 of file fbxanimcurve.h.

◆ mWeighted

bool mWeighted

Definition at line 123 of file fbxanimcurve.h.

◆ mHasVelocity

bool mHasVelocity

Definition at line 124 of file fbxanimcurve.h.


The documentation for this struct was generated from the following file: