Every public coordinate DTO declares both its reference space and unit.

interface AsukaCanvas2DPointer {
    space: AsukaCoordinateSpace;
    unit: AsukaCoordinateUnit;
    x: number;
    y: number;
}

Hierarchy (view full)

Properties

Properties

x: number
y: number