Declarations of the Filter class and any free functions associated with it. More...
#include <cstdint>Classes | |
| struct | playrho::Filter |
| A holder for contact filtering data. More... | |
Namespaces | |
| playrho | |
Functions | |
| constexpr bool | playrho::operator!= (const Filter lhs, const Filter rhs) noexcept |
| Inequality operator. | |
| constexpr bool | playrho::operator== (const Filter lhs, const Filter rhs) noexcept |
| Equality operator. | |
| bool | playrho::ShouldCollide (const Filter filterA, const Filter filterB) noexcept |
| Determines whether collision processing should be performed. | |
Declarations of the Filter class and any free functions associated with it.