worldwind-ui API / worldwind-kit / ScreenPoint
Interface: ScreenPoint ​
Defined in: kit/src/screen.ts:9
Where a geographic position lands on the canvas, in CSS pixels from the top-left corner.
Properties ​
behind ​
behind:
boolean
Defined in: kit/src/screen.ts:15
On the far side of the globe from the eye (always false for flat projections).
visible ​
visible:
boolean
Defined in: kit/src/screen.ts:13
Inside the viewport and not hidden by the globe.
x ​
x:
number
Defined in: kit/src/screen.ts:10
y ​
y:
number
Defined in: kit/src/screen.ts:11