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.
interface Point {
x: number;
y: number;
}Source: parity.ts:5
A shape used across the fixtures.
x: numberX coordinate.
y: numberY coordinate.