API reference

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

I

interfaceCircleLike

@codexo/exojs / math / stable

Structural type for any object that describes a circle via a centre point and radius.

3
props
0
methods
0
events
Import
import { CircleLike } from '@codexo/exojs'

Structural type for any object that describes a circle via a centre point and radius.

Properties3
radius: number
x: number
y: number
Source