Move to_vectors to Points

This commit is contained in:
2024-06-11 18:59:14 +02:00
parent 229c43c308
commit f98af90b3e
6 changed files with 29 additions and 58 deletions

View File

@@ -1,5 +1,5 @@
from networks.geometry.segment_tools import parallel, orthogonal
from networks.geometry.point_tools import sort_by_clockwise, segments_intersection, curved_corner_by_distance, curved_corner_by_curvature
from networks.geometry.point_tools import segments_intersection, curved_corner_by_distance, curved_corner_by_curvature
from networks.roads import Road