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