| 310 | // * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * // |
| 311 | |
| 312 | inline bool Foam::pointEdgePoint::operator==(const Foam::pointEdgePoint& rhs) |
| 313 | const |
| 314 | { |
| 315 | return (origin() == rhs.origin()) && (distSqr() == rhs.distSqr()); |
| 316 | } |
| 317 | |
| 318 | |
| 319 | inline bool Foam::pointEdgePoint::operator!=(const Foam::pointEdgePoint& rhs) |