q5play
    Preparing search index...

    Type Alias b2PlaneResult

    type b2PlaneResult = {
        hit: boolean;
        plane: b2Plane;
    }
    Index
    hit: boolean
    plane: b2Plane