wasm-spatial-core
    Preparing search index...

    Class LasPointCloud

    Parsed LAS point cloud data.

    Index
    colors: Uint8Array<ArrayBufferLike> | undefined

    RGB colors as Uint8Array [r0, g0, b0, r1, g1, b1, ...], or null if not present.

    pointCount: number

    Number of points in the cloud.

    positions: Float32Array

    Interleaved XYZ positions as Float32Array [x0, y0, z0, x1, y1, z1, ...].