pub fn write_ply_file(
path: impl AsRef<Path>,
cloud: &PointCloud,
format: PlyWriteFormat,
) -> Result<(), IoError>Expand description
Writes a point cloud to a PLY file on disk.
pub fn write_ply_file(
path: impl AsRef<Path>,
cloud: &PointCloud,
format: PlyWriteFormat,
) -> Result<(), IoError>Writes a point cloud to a PLY file on disk.