We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The AxisAlignedBox class has an operator- to translate the box by a vector, but oddly, there's no equivalent operator+:
AxisAlignedBox
operator-
operator+
https://github.com/ignitionrobotics/ign-math/blob/fdbd226d70885e85e265d7c61cfa9014bee1a33a/include/ignition/math/AxisAlignedBox.hh#L125-L128
This was desired on gazebosim/gz-sim#125
The text was updated successfully, but these errors were encountered:
Closed by #122.
Sorry, something went wrong.
No branches or pull requests
The
AxisAlignedBox
class has anoperator-
to translate the box by a vector, but oddly, there's no equivalentoperator+
:https://github.com/ignitionrobotics/ign-math/blob/fdbd226d70885e85e265d7c61cfa9014bee1a33a/include/ignition/math/AxisAlignedBox.hh#L125-L128
This was desired on gazebosim/gz-sim#125
The text was updated successfully, but these errors were encountered: