wasm-spatial-core
    Preparing search index...

    Function parseLasPointAt

    • 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).

      Parameters

      • bytes: Uint8Array
      • offset: number
      • point_format: number

      Returns PointData