struct
TKeyframe
template<class T>Animation keyframe, represented as an endpoint of a cubic hermite spline.
Public
Fields
OutTangent
T OutTangent
Output tangent (going from this key to next one) of the key.
OutTangent
float OutTangent
Output tangent (going from this key to next one) of the key.
InTangent
TVector3<float> InTangent
Input tangent (going from the previous key to this one) of the key.
InTangent
TVector2<float> InTangent
Input tangent (going from the previous key to this one) of the key.
InTangent
TQuaternion<float> InTangent
Input tangent (going from the previous key to this one) of the key.
OutTangent
TQuaternion<float> OutTangent
Output tangent (going from this key to next one) of the key.