ALGO: Improve readability by introducing notcw

This commit is contained in:
2014-10-12 20:37:24 +02:00
parent be2787103a
commit f82c948055
3 changed files with 44 additions and 21 deletions

View File

@@ -8,3 +8,8 @@ import Diagrams.TwoD.Types
type Vec = R2
type PT = P2
type Coord = (Double, Double)
data Alignment = CW
| CCW
| CL