diff options
| author | Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | 2019-06-27 00:20:22 +0300 |
|---|---|---|
| committer | Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | 2019-06-27 00:20:22 +0300 |
| commit | 6f2233d13a1524ea184c30af066fd65278dcc610 (patch) | |
| tree | 5bbf553984661a4664e76ab351ce36c74d09eb1b /core/bind/core_bind.h | |
| parent | 43a69694706ee5084c154aafb4377e10a2df1ed7 (diff) | |
| download | redot-engine-6f2233d13a1524ea184c30af066fd65278dcc610.tar.gz | |
Bind is_point_in_polygon in Geometry singleton
Diffstat (limited to 'core/bind/core_bind.h')
| -rw-r--r-- | core/bind/core_bind.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h index 7d0c158f51..2885e7c0e0 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -408,6 +408,7 @@ public: int get_uv84_normal_bit(const Vector3 &p_vector); bool is_polygon_clockwise(const Vector<Vector2> &p_polygon); + bool is_point_in_polygon(const Point2 &p_point, const Vector<Vector2> &p_polygon); Vector<int> triangulate_polygon(const Vector<Vector2> &p_polygon); Vector<int> triangulate_delaunay_2d(const Vector<Vector2> &p_points); Vector<Point2> convex_hull_2d(const Vector<Point2> &p_points); |
