clean-jsdoc-theme TypeDoc APIv0.0.0

Point

interface Point { x: number; y: number; }

Source: parity.ts:5

A shape used across the fixtures.


Properties

x: number

X coordinate.

y: number

Y coordinate.