toVector2 method

Vector2 toVector2()

Creates an Vector2 from the Offset

Implementation

Vector2 toVector2() => Vector2(dx, dy);