Skip to content

Commit 0a38548

Browse files
committed
add comment why we need face-normal-vector
1 parent 3d24d6e commit 0a38548

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/geo.l

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
(init-unit-test)
44

55
(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)
68
(defun face-normal-vector (vertices)
79
(let* ((v1 (first vertices)) (v2) (vlist (rest vertices))
810
(v (float-vector 0 0 0))

0 commit comments

Comments
 (0)