diff options
Diffstat (limited to 'core/math/plane.h')
-rw-r--r-- | core/math/plane.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/math/plane.h b/core/math/plane.h index 10802de383..07c6a81c35 100644 --- a/core/math/plane.h +++ b/core/math/plane.h @@ -68,7 +68,6 @@ public: /* misc */ Plane operator-() const { return Plane(-normal, -d); } - bool is_almost_like(const Plane &p_plane) const; bool is_equal_approx(const Plane &p_plane) const; _FORCE_INLINE_ bool operator==(const Plane &p_plane) const; |