pub fn cubic_bezier_eval(bezier: &[DVec3; 4], t: f64) -> DVec3
Evaluate a cubic bezier at t in [0.0, 1.0]
t
t will be clamped into [0.0, 1.0]