First implementation of curve surface failed (not enough precision)

This commit is contained in:
2024-04-26 12:38:15 +02:00
parent bdde8f54b1
commit 323111f2f6
4 changed files with 53 additions and 34 deletions

3
networks/roads/Lane.py Normal file
View File

@@ -0,0 +1,3 @@
class Lane:
def __init__(self, coordinates, lane_type):
pass