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