FbxAnimCurveTangentInfo Struct Reference

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

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

float mDerivative

Definition at line 119 of file fbxanimcurve.h.

float mWeight

Definition at line 120 of file fbxanimcurve.h.

float mVelocity

Definition at line 121 of file fbxanimcurve.h.

float mAuto

Definition at line 122 of file fbxanimcurve.h.

bool mWeighted

Definition at line 123 of file fbxanimcurve.h.

bool mHasVelocity

Definition at line 124 of file fbxanimcurve.h.


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