point_on_quadratic_bezier

Function point_on_quadratic_bezier 

Source
pub fn point_on_quadratic_bezier<T: Interpolatable>(
    points: &[T; 3],
    t: f64,
) -> T
Expand description

Returns the point on a quadratic bezier curve at the given parameter.