pub fn approx_cubic_with_quadratic(cubic: [DVec3; 4]) -> Vec<[DVec3; 3]>
Approx a cubic bezier with quadratic bezier
[Vec3; 4] is [p1, h1, h2, p2]