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