Add haddocks
This commit is contained in:
@@ -4,7 +4,6 @@ module Geometry.Data
|
||||
, Point4 (..)
|
||||
)
|
||||
where
|
||||
|
||||
type Point2 = (Float,Float)
|
||||
type Point3 = (Float,Float,Float)
|
||||
type Point4 = (Float,Float,Float,Float)
|
||||
|
||||
Reference in New Issue
Block a user