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