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