ALGEBRA: fix ccw
This commit is contained in:
parent
378f7887d4
commit
e91fb6cd1e
@ -66,7 +66,7 @@ ccw a b c =
|
||||
(bx - ax) *
|
||||
(cy - ay) -
|
||||
(by - ay) *
|
||||
(cx - ax) >= 0
|
||||
(cx - ax) > 0
|
||||
where
|
||||
(ax, ay) = unp2 a
|
||||
(bx, by) = unp2 b
|
||||
|
Loading…
Reference in New Issue
Block a user