pub fn split_quad_bezier( bezier: &[DVec3; 3], t: f64, ) -> ([DVec3; 3], [DVec3; 3])
Split a quad bezier at progress value t in [0.0, 1.0]
t