Aggregate data for identifying one side (of two) in a contact. More...
#include <playrho/Contactable.hpp>
Public Attributes | |
| BodyID | bodyId |
| Identifier of the contactable body. | |
| ChildCounter | childId |
| Child index of contactable Shape. | |
| ShapeID | shapeId |
| Identifier of the contactable shape. | |
Related Functions | |
(Note that these are not member functions.) | |
| constexpr bool | operator!= (const Contactable &lhs, const Contactable &rhs) noexcept |
| Inequality operator. | |
| constexpr bool | operator< (const Contactable &lhs, const Contactable &rhs) noexcept |
| Less-than operator. | |
| auto | operator<< (std::ostream &os, const Contactable &c) -> std::ostream & |
| Output stream operator support. | |
| constexpr bool | operator== (const Contactable &lhs, const Contactable &rhs) noexcept |
| Equality operator. | |
Aggregate data for identifying one side (of two) in a contact.