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