Module matrix::linear_interpolation
source · Expand description
The linear interpolation module provides a generic function implementation to apply an interpolation.
Functions§
- Compute the linear interpolation (lerp), which takes two objects of type V and a scalar t of type f32. V should be an object implementing the
Clone
,MulAssign<f32>
,AddAssign
&SubAssign
traits