Skip to content
On this page

Interface: RectangleOptions

Remarks

The rectangle will only have 90° corners for the directions North, East, South and West.

Table of contents

Properties

Properties

direction

Optional direction: Direction

Defined in

grid/traversers/rectangle.ts:47


height

height: number

Defined in

grid/traversers/rectangle.ts:46


start

Optional start: HexCoordinates

Defined in

grid/traversers/rectangle.ts:44


width

width: number

Defined in

grid/traversers/rectangle.ts:45

Released under the MIT License.