Searched defs:IntPoint (Results 1 – 1 of 1) sorted by relevance
85 struct IntPoint { struct90 IntPoint(cInt x = 0, cInt y = 0, cInt z = 0): X(x), Y(y), Z(z) {}; in X() argument92 IntPoint(cInt x = 0, cInt y = 0): X(x), Y(y) {}; in X() argument