mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 12:00:23 +02:00
remove rr
This commit is contained in:
@@ -15,7 +15,6 @@ function tri_circumcircle(shape_pts) =
|
||||
y = (d0 * v1[0] - d1 * v0[0]) / det,
|
||||
center = [x, y],
|
||||
v = p0 - center,
|
||||
r = norm(v),
|
||||
rr = v[0] ^ 2 + v[1] ^ 2
|
||||
r = norm(v)
|
||||
)
|
||||
[center, r, rr];
|
||||
[center, r];
|
Reference in New Issue
Block a user