* Add an exact method to compute an ellipse from three points and two tangents.
[master-thesis.git] / Parasitemia / Parasitemia / Types.fs
index 5275b3a..5db6bb6 100644 (file)
@@ -42,7 +42,6 @@ type Ellipse (cx: float32, cy: float32, a: float32, b: float32, alpha: float32)
     override this.ToString () =
         sprintf "(cx: %A, cy: %A, a: %A, b: %A, alpha: %A)" this.Cx this.Cy this.A this.B this.Alpha
 
-
 type CellClass = HealthyRBC | InfectedRBC | Peculiar
 
 type Cell = {