Function rust_3d::interpolation_2d::interpolation_linear [] [src]

pub fn interpolation_linear<P>(
    base_points: &PointCloud2D<P>,
    n_points: usize
) -> Result<Box<PointCloud2D<P>>> where
    P: IsBuildable2D

Returns the linear interpolation of the given base points