ContactFeature.hpp File Reference
#include <PlayRho/Common/Math.hpp>
#include <ostream>

Go to the source code of this file.

Classes

struct  playrho::ContactFeature
 Contact Feature. More...
 

Namespaces

 playrho
 

Functions

PLAYRHO_CONSTEXPR ContactFeature playrho::GetVertexVertexContactFeature (ContactFeature::Index a, ContactFeature::Index b) noexcept
 Gets the vertex vertex contact feature for the given indices. More...
 
PLAYRHO_CONSTEXPR ContactFeature playrho::GetVertexFaceContactFeature (ContactFeature::Index a, ContactFeature::Index b) noexcept
 Gets the vertex face contact feature for the given indices. More...
 
PLAYRHO_CONSTEXPR ContactFeature playrho::GetFaceVertexContactFeature (ContactFeature::Index a, ContactFeature::Index b) noexcept
 Gets the face vertex contact feature for the given indices. More...
 
PLAYRHO_CONSTEXPR ContactFeature playrho::GetFaceFaceContactFeature (ContactFeature::Index a, ContactFeature::Index b) noexcept
 Gets the face face contact feature for the given indices. More...
 
PLAYRHO_CONSTEXPR ContactFeature playrho::Flip (ContactFeature val) noexcept
 Flips contact features information. More...
 
PLAYRHO_CONSTEXPR bool playrho::operator== (ContactFeature lhs, ContactFeature rhs) noexcept
 Determines if the given two contact features are equal. More...
 
PLAYRHO_CONSTEXPR bool playrho::operator!= (ContactFeature lhs, ContactFeature rhs) noexcept
 Determines if the given two contact features are not equal. More...
 
const char * playrho::GetName (ContactFeature::Type type) noexcept
 Gets the human readable name for the given contact feature type. More...
 
inline ::std::ostream & playrho::operator<< (::std::ostream &os, const ContactFeature &value)
 Stream output operator. More...