direction property

Vector2 get direction

Implementation

Vector2 get direction => (to - from)..normalize();