Click or drag to resize

MatrixInterpolatorInterpolateNoSnap Method

Overload List
  NameDescription
Public methodInterpolateNoSnap(Double)
Return the interpolated matrix "between" From and To based the 0..1 interval.
Public methodInterpolateNoSnap(Single)
Return the interpolated matrix "between" From and To based the 0..1 interval.
Public methodInterpolateNoSnap(Double, Double)
Return the interpolated matrix "between" From and To based on the 0..1 components of the translation/scale and rotation.
Public methodInterpolateNoSnap(Single, Single)
Return the interpolated matrix "between" From and To based on the 0..1 components of the translation/scale and rotation.
Public methodInterpolateNoSnap(Double, Double, Double)
Return the interpolated matrix "between" From and To based on the 0..1 components of the translation, rotation, and scale.
Public methodInterpolateNoSnap(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