pub fn interpolate<T>(
a: T,
b: T,
ratio: <<T as AffineSpace>::Diff as VectorSpace>::Scalar,
) -> TExpand description
Linear interpolation of two points.
pub fn interpolate<T>(
a: T,
b: T,
ratio: <<T as AffineSpace>::Diff as VectorSpace>::Scalar,
) -> TLinear interpolation of two points.