public ClipperDoublePoint(ClipperIntPoint ip) : this(ip.X, ip.Y) { }
public ClipperIntPoint(ClipperIntPoint pt) : this(pt.X, pt.Y) { }