|
| constexpr bool | playrho::IsFor (const Contactable &c, BodyID bodyID, ShapeID shapeID) noexcept |
| | Is-for convenience function. More...
|
| |
|
constexpr bool | playrho::operator!= (const Contactable &lhs, const Contactable &rhs) noexcept |
| | Inequality operator.
|
| |
|
constexpr bool | playrho::operator< (const Contactable &lhs, const Contactable &rhs) noexcept |
| | Less-than operator.
|
| |
|
auto | playrho::operator<< (std::ostream &os, const Contactable &c) -> std::ostream & |
| | Output stream operator support.
|
| |
|
constexpr bool | playrho::operator== (const Contactable &lhs, const Contactable &rhs) noexcept |
| | Equality operator.
|
| |
Definition of the Contactable class and closely related code.