Click or drag to resize

MatrixInterpolatorInterpolate Method

Overload List
  NameDescription
Public methodInterpolate(Double)
Return the interpolated matrix "between" From and To based the 0..1 interval.
Public methodInterpolate(Single)
Return the interpolated matrix "between" From and To based the 0..1 interval.
Public methodInterpolate(Double, Double)
Return the interpolated matrix "between" From and To based on the 0..1 components of the translation/scale and rotation.
Public methodInterpolate(Single, Single)
Return the interpolated matrix "between" From and To based on the 0..1 components of the translation/scale and rotation.
Public methodInterpolate(Double, Double, Double)
Return the interpolated matrix "between" From and To based on the 0..1 components of the translation, rotation, and scale.
Public methodInterpolate(Single, Single, Single)
Return the interpolated matrix "between" From and To based on the 0..1 components of the translation, rotation, and scale.
Top
See Also