Enumerations | |
enum | Type { LINEAR = 0, BEZIER, NURBS, UNKNOWN, DEFAULT = NURBS } |
A spline segment interpolation type. More... | |
Functions | |
FCOLLADA_EXPORT Type | FromString (const fm::string &value) |
Converts a COLLADA spline interpolation type string into a spline interpolation type. | |
FCOLLADA_EXPORT const char * | ToString (const Type &value) |
Converts the spline interpolation type into its COLLADA type string. |
|
A spline segment interpolation type.
|
|
Converts a COLLADA spline interpolation type string into a spline interpolation type.
|
|
Converts the spline interpolation type into its COLLADA type string.
|