wasm-spatial-core
    Preparing search index...

    Class PcdPointCloud

    Parsed PCD point cloud data — reuses the same public layout as LasPointCloud.

    Index
    colors: Uint8Array<ArrayBufferLike> | undefined

    RGB colors as Uint8Array, or null if not present.

    pointCount: number

    Number of points in the cloud.

    positions: Float32Array

    Interleaved XYZ positions as Float32Array.