Searched defs:Point (Results 1 – 1 of 1) sorted by relevance
29 inline Point() { in Point() function31 inline Point(int _x, int _y) : x(_x), y(_y) { in Point() function