Polygon Point

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

Properties

x y

Properties

x: number

Polygon point X

y: number

Polygon point Y