|
| Name | Description |
|---|
 | Interpolate(Double) |
Return the interpolated matrix "between" From and To based the 0..1 interval.
|
 | Interpolate(Single) |
Return the interpolated matrix "between" From and To based the 0..1 interval.
|
 | Interpolate(Double, Double) |
Return the interpolated matrix "between" From and To based on the 0..1 components of the
translation/scale and rotation.
|
 | Interpolate(Single, Single) |
Return the interpolated matrix "between" From and To based on the 0..1 components of the
translation/scale and rotation.
|
 | Interpolate(Double, Double, Double) |
Return the interpolated matrix "between" From and To based on the 0..1 components of the
translation, rotation, and scale.
|
 | Interpolate(Single, Single, Single) |
Return the interpolated matrix "between" From and To based on the 0..1 components of the
translation, rotation, and scale.
|