EdgeShapeConf.hpp File Reference

Go to the source code of this file.

Classes

class  playrho::d2::EdgeShapeConf
 Edge shape configuration. More...
 

Namespaces

 playrho
 
 playrho::d2
 

Functions

bool playrho::d2::operator== (const EdgeShapeConf &lhs, const EdgeShapeConf &rhs) noexcept
 Equality operator. More...
 
bool playrho::d2::operator!= (const EdgeShapeConf &lhs, const EdgeShapeConf &rhs) noexcept
 Inequality operator. More...
 
PLAYRHO_CONSTEXPR ChildCounter playrho::d2::GetChildCount (const EdgeShapeConf &) noexcept
 Gets the "child" count for the given shape configuration. More...
 
DistanceProxy playrho::d2::GetChild (const EdgeShapeConf &arg, ChildCounter index)
 Gets the "child" shape for the given shape configuration. More...
 
NonNegative< Length > playrho::d2::GetVertexRadius (const EdgeShapeConf &arg) noexcept
 Gets the vertex radius of the given shape configuration. More...
 
NonNegative< Length > playrho::d2::GetVertexRadius (const EdgeShapeConf &arg, ChildCounter) noexcept
 Gets the vertex radius of the given shape configuration. More...
 
MassData playrho::d2::GetMassData (const EdgeShapeConf &arg) noexcept
 Gets the mass data for the given shape configuration. More...
 
void playrho::d2::Transform (EdgeShapeConf &arg, const Mat22 &m) noexcept
 Transforms the given shape configuration's vertices by the given transformation matrix. More...