Add source files, commit before reverting pictures to lists

This commit is contained in:
jgk
2021-02-15 00:07:55 +01:00
parent c6bcfacc7a
commit 8447844bcd
41 changed files with 13677 additions and 35 deletions
+8
View File
@@ -0,0 +1,8 @@
module Geometry.Data
( Point2 (..)
, Point3 (..)
)
where
type Point2 = (Float,Float)
type Point3 = (Float,Float,Float)