pub const fn affine_combination_2d(a: Point2, b: Point2, t: f64) -> Point2
Returns the affine interpolation between two 2D points.