Module las::point

source ·
Expand description

Attributed three-dimensional points.

Points are simple structures with public attributes, some optional.

use las::Point;
let point = Point::default();
assert_eq!(0., point.x);
assert_eq!(None, point.color);

Point coordinates (x, y, and z) are stored as f64, and are the final coordinates after the scale and offset from the header are applied.

Structs§

  • Point formats are defined by the las spec.
  • A three dimensional point.

Enums§

  • The ASPRS classification table.
  • Point-specific errors
  • The direction at which the scanner mirror was traveling at the time of pulse output.