This is an implementation of the PolygonTesselator interface and
abstract parent class for tesselating 2D polygons using a grid of additional
points created within the polygon.
A concrete implementation of the abstract GridTesselator using a grid
in polygon-local coordinate space for generating additional points within a
polygon.