Expand description
Point-in-polygon queries for mesh-geometry.
Functionsยง
- point_
in_ polygon - Returns true if
ptis inside the planar polygonpoly(winding-number). Assumespolyis closed (first != last) and simple (non-self-intersecting).
Point-in-polygon queries for mesh-geometry.
pt is inside the planar polygon poly (winding-number).
Assumes poly is closed (first != last) and simple (non-self-intersecting).