API reference

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

I

interfaceEllipseLike

@codexo/exojs / math / stable

Structural type for any object that describes an axis-aligned ellipse via a centre point and half-radii.

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

Structural type for any object that describes an axis-aligned ellipse via a centre point and half-radii.

Properties4
rx: number
Horizontal half-radius.
ry: number
Vertical half-radius.
x: number
y: number
Source