mindee
    Preparing search index...

    Class BBox

    A simple bounding box defined by 4 coordinates: xMin, yMin, xMax, yMax

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • xMin: number
      • yMin: number
      • xMax: number
      • yMax: number

      Returns BBox

    Properties

    xMax: number

    Maximum X coordinate.

    xMin: number

    Minimum X coordinate.

    yMax: number

    Maximum Y coordinate.

    yMin: number

    Minimum Y coordinate.

    Methods