API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceRectangleLike

@codexo/exojs / math / stable

Structural type for any object that describes an axis-aligned rectangle via a top-left origin and dimensions.

4
props
0
methods
0
events
Import
import { RectangleLike } from '@codexo/exojs'

Structural type for any object that describes an axis-aligned rectangle via a top-left origin and dimensions.

Properties4
height: number
width: number
x: number
y: number
Source