summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/variant/plane.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/godot_cpp/variant/plane.hpp')
-rw-r--r--include/godot_cpp/variant/plane.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/godot_cpp/variant/plane.hpp b/include/godot_cpp/variant/plane.hpp
index 727f4f5..829f801 100644
--- a/include/godot_cpp/variant/plane.hpp
+++ b/include/godot_cpp/variant/plane.hpp
@@ -77,6 +77,7 @@ struct _NO_DISCARD_ Plane {
Plane operator-() const { return Plane(-normal, -d); }
bool is_equal_approx(const Plane &p_plane) const;
bool is_equal_approx_any_side(const Plane &p_plane) const;
+ bool is_finite() const;
_FORCE_INLINE_ bool operator==(const Plane &p_plane) const;
_FORCE_INLINE_ bool operator!=(const Plane &p_plane) const;