Fix some approximation issues.
[master-thesis.git] / Parasitemia / ParasitemiaCore / Types.fs
index ffe40b5..8a3bd4f 100644 (file)
@@ -58,7 +58,7 @@ type Line (a: float32, b: float32) =
     member this.Valid = not (Single.IsInfinity this.A)
 
 [<Struct>]
-type PointD (x: float32, y: float32) =
+type PointF (x: float32, y: float32) =
     member this.X = x
     member this.Y = y