Class representing boundaries in the x and y directions.

Constructors

Properties

Constructors

  • Creates a new Bound.

    Parameters

    • xMin: number = 0

      The minimum value for the x-axis.

    • xMax: number = 0

      The maximum value for the x-axis.

    • yMin: number = 0

      The minimum value for the y-axis.

    • yMax: number = 0

      The maximum value for the y-axis.

    Returns Bound

Properties

xMax: number = 0

The maximum value for the x-axis.

xMin: number = 0

The minimum value for the x-axis.

yMax: number = 0

The maximum value for the y-axis.

yMin: number = 0

The minimum value for the y-axis.