Type Alias HasXY

HasXY: {
    x: number;
    y: number;
}

Models an object that has an x/y location.

Version :