ALGEBRA: fix ccw

This commit is contained in:
hasufell 2014-10-12 03:04:36 +02:00
parent 378f7887d4
commit e91fb6cd1e
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -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