First commit of the f# source code.
[master-thesis.git] / Parasitemia / Parasitemia / Types.fs
diff --git a/Parasitemia/Parasitemia/Types.fs b/Parasitemia/Parasitemia/Types.fs
new file mode 100644 (file)
index 0000000..308fc6b
--- /dev/null
@@ -0,0 +1,8 @@
+module Types
+
+open System
+
+type Ellipse = { cx: float; cy: float; a: float; b: float; alpha: float }
+    
+
+//type PointImg = { x: int; y: int }
\ No newline at end of file