Type alias Rectangle

Rectangle: {
    northEast: Point;
    northWest: Point;
    southEast: Point;
    southWest: Point;
}

A rectangle defined by four points

Type declaration

Generated using TypeDoc