Searched refs:screenPosition (Results 1 – 1 of 1) sorted by relevance
1308 public Vector3f getWorldCoordinates(Vector2f screenPosition, in getWorldCoordinates() argument1318 … (screenPosition.x / getWidth() - viewPortLeft) / (viewPortRight - viewPortLeft) * 2 - 1, in getWorldCoordinates()1319 … (screenPosition.y / getHeight() - viewPortBottom) / (viewPortTop - viewPortBottom) * 2 - 1, in getWorldCoordinates()