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

Properties

x y

Properties

x: number

The x-coordinate (horizontal)

y: number

The y-coordinate (vertical)

MMNEPVFCICPMFPCPTTAAATR