Classdesc

Coordinates (x,y) on the plane.

Name

XYCoords

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

Implemented by

Properties

x y

Properties

x: number
y: number

Generated using TypeDoc