d3.polygonLength(polygon) <> Returns the length of the perimeter of the specified polygon.
d3.polygonCentroid(polygon) <> Returns the centroid
d3.polygonHull(points) <>
d3.polygonArea(polygon) <> Returns the signed area of the specified polygon. If the vertices of the polygon are
d3.polygonContains(polygon, point) <> Returns true if and only if the specified point is