q5play
    Preparing search index...

    Interface b2AABB

    interface b2AABB {
        lowerBound: b2Vec2;
        upperBound: b2Vec2;
        clone(): this;
        delete(): void;
        deleteLater(): this;
        isAliasOf(other: ClassHandle): boolean;
        isDeleted(): boolean;
        [key: number]: () => void;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: number]: () => void
    Index

    Properties

    lowerBound: b2Vec2
    upperBound: b2Vec2

    Methods