Add nearest support to Point3D

This commit is contained in:
2024-06-11 17:04:40 +02:00
parent b39c9d13dd
commit ac86f8588e
4 changed files with 34 additions and 16 deletions

View File

@@ -264,11 +264,3 @@ block_list = ["blue_concrete", "red_concrete", "green_concrete",
# # polyline._alpha_assign(1, polyline.length_polyline-1)
# print(polyline.alpha_radii)
s = Segment2D(Point2D(0, 0), Point2D(10, 15), 1)
print(s)
c = Circle(Point2D(0, 0), 5, 10)
print(c.circle_points(10, 10))