unprojectVector abstract method

Vector2 unprojectVector(
  1. Vector2 screenCoordinates
)

Converts a vector in the screen space to the world space.

This considers both the translation and scaling transformations.

Implementation

Vector2 unprojectVector(Vector2 screenCoordinates);