point_on_quadratic_bezier

Function point_on_quadratic_bezier 

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

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