Filter.hpp File Reference
#include <PlayRho/Defines.hpp>
#include <cstdint>

Go to the source code of this file.

Classes

struct  playrho::Filter
 A holder for contact filtering data. More...
 

Namespaces

 playrho
 

Functions

PLAYRHO_CONSTEXPR bool playrho::operator== (const Filter lhs, const Filter rhs) noexcept
 Equality operator. More...
 
PLAYRHO_CONSTEXPR bool playrho::operator!= (const Filter lhs, const Filter rhs) noexcept
 Inequality operator. More...
 
bool playrho::ShouldCollide (const Filter filterA, const Filter filterB) noexcept
 Determines whether collision processing should be performed. More...
 

Detailed Description

Declarations of the Filter struct and any free functions associated with it.

Definition in file Filter.hpp.