Go to the documentation of this file.
154 return !( *
this == other );
213 return dx * dx + dy * dy;
223 {
x_ += dx;
y_ += dy; }
240 res.
x_ = first.
x_ + second.
x_;
241 res.
y_ = first.
y_ + second.
y_;
251 res.
x_ = second.
x_ - first.
x_;
252 res.
y_ = second.
y_ - first.
y_;
262 #endif // __P2D_INC__