MatrixInterpolatorInterpolate Method (Single) |
Return the interpolated matrix "between"
From and
To based the 0..1 interval.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntaxpublic Matrix Interpolate(
float t
)
Parameters
- t
- Type: SystemSingle
Value between 0 and 1 for how much translation, rotation and scale component to include (snapped to range [0, 1]).
Return Value
Type:
Matrixif <= 0 return
From, if >= 1 return
To, otherwise interpolated matrix.
Remarks
See Also