Example
Is a Polygon Inside Another Polygon?
geometric.polygonInPolygon(polygonA, polygonB) returns a boolean representing whether polygonA is contained by polygonB.
Drag the blue polygon to see it in action.
Inside
false
Code
Example
geometric.polygonInPolygon(polygonA, polygonB) returns a boolean representing whether polygonA is contained by polygonB.
Drag the blue polygon to see it in action.
false
Code