module Types open System type Ellipse = { cx: float; cy: float; a: float; b: float; alpha: float } //type PointImg = { x: int; y: int }