Skip to main content

interpolate_curve

Function interpolate_curve 

Source
pub fn interpolate_curve(
    points: &[Vec3],
    degree: usize,
    parameters: &[f64],
) -> Result<NurbsCurve, String>