Restructure modules
This commit is contained in:
10
Algebra/VectorTypes.hs
Normal file
10
Algebra/VectorTypes.hs
Normal 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)
|
||||
Reference in New Issue
Block a user