Interface SnapScreenPoint

A point in renderer screen space (CSS pixels).

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

Properties

x y

Properties

x: number
y: number