pub fn write_e57(cloud: &PointCloud, path: &Path) -> Result<(), IoError>Expand description
Writes a cloud as a single-scan E57 file.
The coordinates go out as f64 in the file’s own frame, with no scan
transform: what came in as absolute coordinates goes out as absolute
coordinates, and a reader that ignores transforms still gets the right
answer.