crashcat docs
    Preparing search index...

    Type Alias Broadphase

    broadphase state for a physics world

    type Broadphase = {
        dbvts: DBVT[];
        pairs: Pairs;
    }
    Index

    Properties

    Properties

    dbvts: DBVT[]

    dynamic bounding volume trees, one per broadphase layer

    pairs: Pairs

    pooled pairs storage