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