Skip to main content

read_point_cloud_file_with_format

Function read_point_cloud_file_with_format 

Source
pub fn read_point_cloud_file_with_format(
    path: impl AsRef<Path>,
    format: PointCloudFileFormat,
) -> Result<PointCloud, IoError>
Expand description

Reads a point cloud using an explicit format.