pub fn write_ply<W: Write>(
writer: &mut W,
cloud: &PointCloud,
format: PlyWriteFormat,
) -> Result<(), IoError>Expand description
Writes a point cloud to a PLY stream.
pub fn write_ply<W: Write>(
writer: &mut W,
cloud: &PointCloud,
format: PlyWriteFormat,
) -> Result<(), IoError>Writes a point cloud to a PLY stream.