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