Click or drag to resize

MatrixInterpolator Methods

Methods
  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.
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