API reference

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

I

interfaceLineLike

@codexo/exojs / math / stable

Structural type for any object that describes a line segment via start and end coordinates.

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

Structural type for any object that describes a line segment via start and end coordinates.

Properties4
fromX: number
fromY: number
toX: number
toY: number
Source