Skip to content

Enumeration: Direction9

Table of contents

Enumeration Members

Enumeration Members

topLeft

topLeft = 0

Defined in

leafer/packages/math/src/Direction.ts:9


top

top = 1

Defined in

leafer/packages/math/src/Direction.ts:10


topRight

topRight = 2

Defined in

leafer/packages/math/src/Direction.ts:11


right = 3

Defined in

leafer/packages/math/src/Direction.ts:12


bottomRight

bottomRight = 4

Defined in

leafer/packages/math/src/Direction.ts:13


bottom

bottom = 5

Defined in

leafer/packages/math/src/Direction.ts:14


bottomLeft

bottomLeft = 6

Defined in

leafer/packages/math/src/Direction.ts:15


left

left = 7

Defined in

leafer/packages/math/src/Direction.ts:16


center

center = 8

Defined in

leafer/packages/math/src/Direction.ts:17


top-left

top-left = 0

Defined in

leafer/packages/math/src/Direction.ts:18


top-right

top-right = 2

Defined in

leafer/packages/math/src/Direction.ts:19


bottom-right

bottom-right = 4

Defined in

leafer/packages/math/src/Direction.ts:20


bottom-left

bottom-left = 6

Defined in

leafer/packages/math/src/Direction.ts:21

Released under the MIT License.