Function rmf_traffic::geometry::operator!=(const Circle&, const Circle&)

Function Documentation

bool rmf_traffic::geometry::operator!=(const Circle &lhs, const Circle &rhs)

Non-equality operator for Circle objects.

Parameters:
  • lhs[in] A const reference to the left-hand-side of the comparison.

  • rhs[in] A const reference to the right-hand-side of the comparison.