Function gut::io::save_pointcloud[][src]

pub fn save_pointcloud<T, P>(
    ptcloud: &PointCloud<T>,
    file: P
) -> Result<(), Error> where
    T: Real,
    P: AsRef<Path>, 
Expand description

Save a point cloud to a file.