First commit of the f# source code.
[master-thesis.git] / Parasitemia / Parasitemia / Types.fs
1 module Types
2
3 open System
4
5 type Ellipse = { cx: float; cy: float; a: float; b: float; alpha: float }
6
7
8 //type PointImg = { x: int; y: int }