API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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: numberHorizontal half-radius.
ry: numberVertical half-radius.
x: numbery: numberSource