@Deprecated('Use v1.dot(v2) instead') double Vector3DotProduct(Vector3 v1, Vector3 v2) => v1.dot(v2);