Interface KdItem3D

Binds an item to a KdNode3.

See @xeokit/sdk/kdtree3 for usage.

interface KdItem3D {
    index: number;
    item: any;
}

Properties

Properties

index: number

A unique, sequential numeric ID for this KDItem within its KdTree3.

item: any

The item stored in this KDItem.