Home
last modified time | relevance | path

Searched defs:IntPoint (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h85 struct IntPoint { struct
90 IntPoint(cInt x = 0, cInt y = 0, cInt z = 0): X(x), Y(y), Z(z) {}; in X() argument
92 IntPoint(cInt x = 0, cInt y = 0): X(x), Y(y) {}; in X() argument