Parse a single LAS point at a given byte offset.
The offset parameter is relative to the start of the bytes buffer (which should contain at least point_record_length bytes starting at offset). Returns a PointData with XYZ, intensity, and RGB (if present).
offset
bytes
point_record_length
PointData
Parse a single LAS point at a given byte offset.
The
offsetparameter is relative to the start of thebytesbuffer (which should contain at leastpoint_record_lengthbytes starting atoffset). Returns aPointDatawith XYZ, intensity, and RGB (if present).