pub fn interpolate_cosine<P>(
base_points: &PointCloud2D<P>,
n_points: usize,
) -> Result<PointCloud2D<P>>where
P: IsBuildable2D,Expand description
Returns the Cosine interpolation of the given base points
pub fn interpolate_cosine<P>(
base_points: &PointCloud2D<P>,
n_points: usize,
) -> Result<PointCloud2D<P>>where
P: IsBuildable2D,Returns the Cosine interpolation of the given base points