Interface: Coordinates
Screen coordinates in 2D space.
This interface represents a point in 2D screen space, typically used for positioning UI elements relative to points on the 3D model.
Properties
x
x:
number
Horizontal position in pixels from the left edge of the container.
y
y:
number
Vertical position in pixels from the top edge of the container.