Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes geometric changes of a rectangle, in terms of changes per edge. Outward changes are in positive, and inward changes are in negative.

Hierarchy

  • RectDelta

Index

Constructors

constructor

  • new RectDelta(east: number, west: number, south: number, north: number): RectDelta

Properties

Readonly east

east: number

Readonly north

north: number

Readonly south

south: number

Readonly west

west: number

Methods

toString

  • toString(): string

Static fromRects

Generated using TypeDoc