@ujjwalvivek/tinyts
    Preparing search index...

    Interface AABB

    2D axis-aligned bounding box.

    interface AABB {
        pos: Vec2;
        size: Vec2;
    }
    Index

    Properties

    Properties

    pos: Vec2

    Top-left position.

    size: Vec2

    Size.