Vector2Distance function
Implementation
@Deprecated('Use (v1 - v2).length instead')
double Vector2Distance(Vector2 v1, Vector2 v2) => (v1 - v2).length;
@Deprecated('Use (v1 - v2).length instead')
double Vector2Distance(Vector2 v1, Vector2 v2) => (v1 - v2).length;