gpu-curtains
    Preparing search index...

    Interface RectBBox

    Defines a rectangular bounding box object

    interface RectBBox {
        width: number;
        height: number;
        top: number;
        left: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    width: number

    width of the rectangle

    height: number

    height of the rectangle

    top: number

    top position of the bounding box

    left: number

    left position of the bounding box