pub fn write_point_cloud_file( path: impl AsRef<Path>, cloud: &PointCloud, ) -> Result<(), IoError>
Writes a point cloud to disk, dispatching on the file extension.