Skip to main content

affine_combination_2d

Function affine_combination_2d 

Source
pub const fn affine_combination_2d(a: Point2, b: Point2, t: f64) -> Point2
Expand description

Returns the affine interpolation between two 2D points.