screenToWorld
screenToWorld(
point,transform):Point2D
Defined in: src/components/primitives/viewport/viewportCoords.ts:24
Convert a screen-space (CSS-pixel) point to a world-space point.
Inverse of worldToScreen.
Parameters
Section titled “Parameters”Point2D
transform
Section titled “transform”Returns
Section titled “Returns”Point2D