providerplaneai
    Preparing search index...

    Interface contract for BoundingBox.

    interface BoundingBox {
        height: number;
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    height: number

    Height of the box

    width: number

    Width of the box

    x: number

    Left edge (x coordinate)

    y: number

    Top edge (y coordinate)