From 9d7856620c5af8e1a5c3f81f921070728b6925d6 Mon Sep 17 00:00:00 2001 From: Bernhard Liebl Date: Thu, 8 Feb 2018 08:48:14 +0100 Subject: Bring back Vector2.cross() --- core/math/math_2d.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/math/math_2d.h') diff --git a/core/math/math_2d.h b/core/math/math_2d.h index 8928349a44..02d921b67e 100644 --- a/core/math/math_2d.h +++ b/core/math/math_2d.h @@ -104,7 +104,6 @@ struct Vector2 { real_t dot(const Vector2 &p_other) const; real_t cross(const Vector2 &p_other) const; - Vector2 cross(real_t p_other) const; Vector2 project(const Vector2 &p_vec) const; Vector2 plane_project(real_t p_d, const Vector2 &p_vec) const; -- cgit v1.2.3