@artemp I'm wondering if I can use intersection.hpp to perform a "within"-esque operation?I'd like to basically get a boolean response if two geometries intersect - in my case a point-in-polygon operation "is this point within this polygon?"
Looks like boost has a within function - perhaps I'll use this for now?
refs: mapbox/vtquery#36
@artemp I'm wondering if I can use intersection.hpp to perform a "within"-esque operation?I'd like to basically get a boolean response if two geometries intersect - in my case a point-in-polygon operation "is this point within this polygon?"
Looks like boost has a within function - perhaps I'll use this for now?
refs: mapbox/vtquery#36