mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-12 09:44:16 +02:00
fix det error
This commit is contained in:
@@ -21,5 +21,5 @@ function tri_circumcenter(shape_pts) =
|
||||
)
|
||||
det == 0 ? undef : [
|
||||
cross([d1, d0], [v1.y, v0.y]),
|
||||
cross([d0, d1], [v0.x, v1.x]) / det
|
||||
];
|
||||
cross([d0, d1], [v0.x, v1.x])
|
||||
] / det;
|
Reference in New Issue
Block a user