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