Skip to main content

read_text

Function read_text 

Source
pub fn read_text(path: &Path) -> Result<PointCloud, IoError>
Expand description

Reads a cloud from a delimited text file.

The origin is placed at the centre of the bounding box: text files are where global coordinates arrive, and f32 storage cannot hold a UTM easting directly. See PointCloud::with_origin.