We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d24d6e commit 0a38548Copy full SHA for 0a38548
test/geo.l
@@ -3,6 +3,8 @@
3
(init-unit-test)
4
5
(in-package "GEO")
6
+;; redefined to use normalize-vector defined in irteus(?)
7
+;; this requrie to avoid outer circuit not found in (body+ c1 b d1 c2 d2 c3 d3 c4 d4)
8
(defun face-normal-vector (vertices)
9
(let* ((v1 (first vertices)) (v2) (vlist (rest vertices))
10
(v (float-vector 0 0 0))
0 commit comments