calculate_polygon_centroid# madcubapy.utils.calculate_polygon_centroid(vertices)[source]# Return the centroid of a polygon. Parameters: verticesndarrayVertices of the polygon. Returns: centroidndarrayCentroid of the polygon.