Polygon#

class gbox.Polygon(vert: ndarray | None = None)#
property area#

Evaluates the area of a polygon using the following formula

property perimeter#
Return type:

float

property locus#

The locus of 2D shapes

Return type:

Points