pub fn bezier_curve<N: RealField + Copy>( control_points: &[Point<N>], nsubdivs: usize, ) -> Vec<Point<N>>
Given a set of control points, generates a (non-rational) Bezier curve.