CL_GPoint operator-(const CL_GPoint& q);
friend CL_GPoint operator-(const CL_GPoint& p, const CL_GPoint& q) # return CL_GPoint(p.x - q.x, p.y - q.y); @ /
Back to index