Home | History | Annotate | Download | only in renderer

Lines Matching refs:screenPosition

1308     public Vector3f getWorldCoordinates(Vector2f screenPosition,
1318 (screenPosition.x / getWidth() - viewPortLeft) / (viewPortRight - viewPortLeft) * 2 - 1,
1319 (screenPosition.y / getHeight() - viewPortBottom) / (viewPortTop - viewPortBottom) * 2 - 1,