Restructure modules

This commit is contained in:
2014-10-10 17:40:08 +02:00
parent cb7d5269a0
commit 6e4c7e47c2
17 changed files with 250 additions and 191 deletions

10
Algebra/VectorTypes.hs Normal file
View File

@@ -0,0 +1,10 @@
{-# OPTIONS_HADDOCK ignore-exports #-}
module Algebra.VectorTypes where
import Diagrams.TwoD.Types
type Vec = R2
type PT = P2
type Coord = (Double, Double)