API reference

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

I

interfacePointLike

@codexo/exojs / math / stable

Structural type for any object with a 2D `x`/`y` position.

2
props
0
methods
0
events
Import
import { PointLike } from '@codexo/exojs'

Structural type for any object with a 2D `x`/`y` position.

Properties2
x: number
y: number
Source