[][src]Function ncollide2d::procedural::bezier_curve

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.