formZ SDK | 5.0 API Reference | Project | Modeling | Animation
Description
Identifiers for extrapolation curve types. Extrapolation defines what happens to a controller's values before and after the defined domain of the controller function. Some controllers do not have a start or end and therefore these extrapolation curves aren't applicable.
enum fz_anim_extrap_type_enum {
FZ_ANIM_EXTRAP_TYPE_NONE,
FZ_ANIM_EXTRAP_TYPE_CONSTANT,
FZ_ANIM_EXTRAP_TYPE_TANGENT,
FZ_ANIM_EXTRAP_TYPE_REP_NORMAL,
FZ_ANIM_EXTRAP_TYPE_REP_MIRROR };
Members
FZ_ANIM_EXTRAP_TYPE_NONE
No extrapolation curve
FZ_ANIM_EXTRAP_TYPE_CONSTANT
Constant valued extrapolation curve
FZ_ANIM_EXTRAP_TYPE_TANGENT
Tangent extrapolation curve
FZ_ANIM_EXTRAP_TYPE_REP_NORMAL
Repeat Normal extrapolation curve
FZ_ANIM_EXTRAP_TYPE_REP_MIRROR
Repeat Mirror extrapolation curve
Availability
6.1.0.0
Defined in