Skip to main content

Interface: Neighbours<T>

object2d.Neighbours

A generic interface to represent any 3D object's neighbours in a grid.

Type parameters

Name
T

Indexable

โ–ช [index: string]: T

Properties

bottom

โ€ข Optional bottom: T

Defined in

src/object2d.ts:11


bottomLeft

โ€ข Optional bottomLeft: T

Defined in

src/object2d.ts:15


bottomRight

โ€ข Optional bottomRight: T

Defined in

src/object2d.ts:16


left

โ€ข Optional left: T

Defined in

src/object2d.ts:9


โ€ข Optional right: T

Defined in

src/object2d.ts:10


top

โ€ข Optional top: T

Defined in

src/object2d.ts:12


topLeft

โ€ข Optional topLeft: T

Defined in

src/object2d.ts:13


topRight

โ€ข Optional topRight: T

Defined in

src/object2d.ts:14