Calculate distance between two vectors
double Vector3Distance(Vector3C v1, Vector3C v2) => _Vector3Distance(v1, v2);