* Add an exact method to compute an ellipse from three points and two tangents.
[master-thesis.git] / Parasitemia / Parasitemia / KdTree.fs
index 7da0255..04a1152 100644 (file)
@@ -96,7 +96,6 @@ type Tree<'a when 'a :> I2DCoords> =
 
         searchWithRegion this { minX = Single.MinValue; maxX = Single.MaxValue; minY = Single.MinValue; maxY = Single.MaxValue } 1
 
-
 ///// Tests. TODO: to put in a unit test.
 
 type Point (x: float32, y: float32) =