| 180 | /// \related RoundPoint2D |
| 181 | |
| 182 | inline bool operator !=(const RoundPoint2D& a, const RoundPoint2D& b) |
| 183 | { |
| 184 | return ((a.x != b.x) || (a.y != b.y) || (a.z != b.z) || (a.w != b.w)); |
| 185 | } |
| 186 | |
| 187 | |
| 188 | // ============================================== |
nothing calls this directly
no outgoing calls
no test coverage detected