concepts.benchmark.namo.namo_polygon.namo_polygon_map_creator.intersect_polygon# intersect_polygon(polygon1, polygon2)[source]# Return a new polygon that is the intersection of two polygons. Parameters: polygon1 (ndarray) polygon2 (ndarray) Return type: ndarray | None