Uses of Class
com.aspose.threed.Interpolation
-
-
Uses of Interpolation in com.aspose.threed
Methods in com.aspose.threed that return Interpolation Modifier and Type Method Description Interpolation
KeyFrame. getInterpolation()
Gets the key's interpolation type, list.data[index] defines the algorithm how the sampled value is calculated.static Interpolation
Interpolation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Interpolation[]
Interpolation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.threed with parameters of type Interpolation Modifier and Type Method Description void
Curve. add(double time, float value, Interpolation interpolation)
Create a new key frame with specified valuevoid
KeyFrame. setInterpolation(Interpolation value)
Sets the key's interpolation type, list.data[index] defines the algorithm how the sampled value is calculated.
-