Interface JGOFIntersection

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

Hierarchy (view full)

Properties

x y

Properties

x: number

Horizontal coordinate, counting left to right, starting with zero

y: number

Vertical coordinate, counting top to bottom, starting with zero