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