Skip to main content

interpolate_curve_local

Function interpolate_curve_local 

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