mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-05 06:17:32 +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,
|
y = (d0 * v1[0] - d1 * v0[0]) / det,
|
||||||
center = [x, y],
|
center = [x, y],
|
||||||
v = p0 - center,
|
v = p0 - center,
|
||||||
r = norm(v),
|
r = norm(v)
|
||||||
rr = v[0] ^ 2 + v[1] ^ 2
|
|
||||||
)
|
)
|
||||||
[center, r, rr];
|
[center, r];
|
Reference in New Issue
Block a user