geo2d.geometry.Polygon ====================== .. currentmodule:: geo2d.geometry .. autoclass:: Polygon .. rubric:: Attributes .. autosummary:: ~Polygon.area ~Polygon.bbox_height ~Polygon.bbox_width ~Polygon.bounding_box ~Polygon.centroid ~Polygon.diameter ~Polygon.edges ~Polygon.vertices ~Polygon.width .. rubric:: Methods .. autosummary:: ~Polygon.__contains__ ~Polygon.__getitem__ ~Polygon.__len__ ~Polygon._compute_diameter_width ~Polygon.divide ~Polygon.get_point_on_self ~Polygon.has ~Polygon.intersection ~Polygon.rotate ~Polygon.translate .. rubric:: Detailed description .. autoclass:: Polygon :members: __contains__,__getitem__,__len__,_compute_diameter_width,area,bbox_height,bbox_width,bounding_box,centroid,diameter,divide,edges,get_point_on_self,has,intersection,rotate,translate,vertices,width, .. include:: ../bib.rst