[][src]Function rust_3d::extrude

pub fn extrude<P2, P3>(
    pc2d: &Vec<P2>,
    dir: &P3
) -> (PointCloud3D<P3>, PointCloud3D<P3>) where
    P2: IsTransFormableTo3D,
    P3: IsBuildable3D + IsMovable3D + Clone

Extrudes a 2D point cloud into 3D space with a given center and direction