Add source files, commit before reverting pictures to lists
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module Geometry.Data
|
||||
( Point2 (..)
|
||||
, Point3 (..)
|
||||
)
|
||||
where
|
||||
|
||||
type Point2 = (Float,Float)
|
||||
type Point3 = (Float,Float,Float)
|
||||
Reference in New Issue
Block a user