@adorkable/eunomia-typescript
    Preparing search index...

    Type Alias BoundingRectangle2d

    type BoundingRectangle2d = {
        bottomRight: Vector2d;
        topLeft: Vector2d;
    }
    Index

    Properties

    Properties

    bottomRight: Vector2d
    topLeft: Vector2d