Searched defs:DoublePoint (Results 1 – 1 of 1) sorted by relevance
116 struct DoublePoint struct120 DoublePoint(double x = 0, double y = 0) : X(x), Y(y) {} in X() argument121 DoublePoint(IntPoint ip) : X((double)ip.X), Y((double)ip.Y) {} in DoublePoint() argument