split_cubic_bezier

Function split_cubic_bezier 

Source
pub fn split_cubic_bezier(
    bezier: &[DVec3; 4],
    t: f64,
) -> ([DVec3; 4], [DVec3; 4])
Expand description

Split a cubic bezier at progress value t in [0.0, 1.0]