95 virtual bool getBinary(WPXBinaryData &, std::string &)
const {
105 if (diff)
return diff;
108 if (diff)
return (diff < 0) ? -1 : 1;
119 float minV[2], maxV[2];
120 for (
int c = 0; c < 2; c++) minV[c] = maxV[c] = pt[0][c];
122 for (
int i = 1; i < numPt; i++) {
123 for (
int c = 0; c < 2; c++) {
125 if (v < minV[c]) minV[c] = v;
126 else if (v > maxV[c]) maxV[c] = v;
148 if (&p ==
this)
return *
this;