Function bsplines::curve::knots::methods::uniform

source ·
pub fn uniform(degree: usize, segments: usize) -> Result<Knots, CurveError>
Expand description

see eq. (9.7) in Piegl1997

§Note

Use this method only if the control points are evenly distributed.