pub fn extrude<P2, P3>(
pc2d: &Vec<P2>,
dir: &P3,
) -> (PointCloud3D<P3>, PointCloud3D<P3>)Expand description
Extrudes a 2D point cloud into 3D space with a given center and direction
pub fn extrude<P2, P3>(
pc2d: &Vec<P2>,
dir: &P3,
) -> (PointCloud3D<P3>, PointCloud3D<P3>)Extrudes a 2D point cloud into 3D space with a given center and direction