SPLINEMAPPER_INTERPOLATION_TYPE

Detailed Description

Spline Mapper interpolation types.

Enumerations

enum class  SPLINEMAPPER_KNOT_INTERPOLATION_TYPE {
  BEZIER ,
  LINEAR ,
  CUBIC
}
 

Functions

enum maxon::SPLINEMAPPER_KNOT_INTERPOLATION_TYPE MAXON_ENUM_ORDERED_LIST (SPLINEMAPPER_KNOT_INTERPOLATION_TYPE)
 

Enumeration Type Documentation

◆ SPLINEMAPPER_KNOT_INTERPOLATION_TYPE

Enumerator
BEZIER 

Bezier (aka Spline) interpolation, uses tangents settings to calculate the interpolation.

LINEAR 

Linear interpolation.

CUBIC 

Cubic interpolation.

Function Documentation

◆ MAXON_ENUM_ORDERED_LIST()