diff options
Diffstat (limited to 'core/math/face3.h')
-rw-r--r-- | core/math/face3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/math/face3.h b/core/math/face3.h index 630c408de3..5a509299a2 100644 --- a/core/math/face3.h +++ b/core/math/face3.h @@ -68,6 +68,7 @@ public: real_t get_area() const; Vector3 get_median_point() const; + Vector3 get_closest_point_to(const Vector3& p_point) const; bool intersects_ray(const Vector3& p_from,const Vector3& p_dir,Vector3 * p_intersection=0) const; bool intersects_segment(const Vector3& p_from,const Vector3& p_dir,Vector3 * p_intersection=0) const; |