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