Working first step projection

This commit is contained in:
2024-06-15 22:44:52 +02:00
parent 6564b5513a
commit 0dc29bc7c7
5 changed files with 14 additions and 9 deletions

View File

@@ -61,7 +61,6 @@ class Polyline:
self.get_arcs_intersections()
self.get_arcs()
self.get_segments()
print("\nlekj\n", self.segments, "\nklj\n")
self.total_line_output = []
for i in range(1, self.length_polyline-1):