approx_cubic_with_quadratic

Function approx_cubic_with_quadratic 

Source
pub fn approx_cubic_with_quadratic(cubic: [DVec3; 4]) -> Vec<[DVec3; 3]>
Expand description

Approx a cubic bezier with quadratic bezier

[Vec3; 4] is [p1, h1, h2, p2]