Skip to main content

Type Alias: Extents

Extents = object

Defined in: attributes/layout/bounds.ts:8

Axis-aligned bounding box expressed as min/max corners rather than origin + size.

Properties

maxX

maxX: number

Defined in: attributes/layout/bounds.ts:11


maxY

maxY: number

Defined in: attributes/layout/bounds.ts:12


minX

minX: number

Defined in: attributes/layout/bounds.ts:9


minY

minY: number

Defined in: attributes/layout/bounds.ts:10