We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc61bf commit 3b9b2e3Copy full SHA for 3b9b2e3
src/compas/geometry/_core/tangent.py
@@ -56,4 +56,3 @@ def tangent_points_to_circle_xy(circle, point):
56
t2 = cx + A * a[0] - B * b[0], cy + A * a[1] - B * b[1], 0
57
58
return t1, t2
59
-
0 commit comments