97 virtual bool getBinary(WPXBinaryData &, std::string &)
const {
107 if (diff)
return diff;
110 if (diff)
return (diff < 0) ? -1 : 1;
121 float minV[2], maxV[2];
122 for (
int c = 0; c < 2; c++) minV[c] = maxV[c] = pt[0][c];
124 for (
int i = 1; i < numPt; i++) {
125 for (
int c = 0; c < 2; c++) {
127 if (v < minV[c]) minV[c] = v;
128 else if (v > maxV[c]) maxV[c] = v;
150 if (&p ==
this)
return *
this;