Skip to main content

write_ply

Function write_ply 

Source
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.