congestion_coverage_plan.map_utils.TopologicalMap.Vertex
-
class congestion_coverage_plan.map_utils.TopologicalMap.Vertex(id, posx, posy)
Bases: object
-
__init__(id, posx, posy)
Methods
__init__(id, posx, posy)
|
|
get_id()
|
|
get_posx()
|
|
get_posy()
|
|
is_inside_area(x, y)
|
|
to_string()
|
|