Skip to content

Commit 3b9b2e3

Browse files
authored
Update tangent.py
1 parent ecc61bf commit 3b9b2e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compas/geometry/_core/tangent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,3 @@ def tangent_points_to_circle_xy(circle, point):
5656
t2 = cx + A * a[0] - B * b[0], cy + A * a[1] - B * b[1], 0
5757

5858
return t1, t2
59-

0 commit comments

Comments
 (0)