q5play
    Preparing search index...

    Type Alias b2PlaneResult

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

    Properties

    Properties

    hit: boolean
    plane: b2Plane