PlayRho  2.0.0
An interactive physics engine & library.
SimplexEdge.hpp File Reference

Definition of the SimplexEdge class and closely related code. More...

#include <playrho/d2/IndexPair.hpp>
#include <playrho/d2/Math.hpp>
Include dependency graph for SimplexEdge.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  playrho::d2::SimplexEdge
 Simplex edge. More...
 

Namespaces

 playrho
 
 playrho::d2
 

Functions

constexpr Length2 playrho::d2::GetPointDelta (const SimplexEdge &sv) noexcept
 Gets "w". More...
 
constexpr bool playrho::d2::operator!= (const SimplexEdge &lhs, const SimplexEdge &rhs) noexcept
 Inequality operator for SimplexEdge.
 
constexpr bool playrho::d2::operator== (const SimplexEdge &lhs, const SimplexEdge &rhs) noexcept
 Equality operator for SimplexEdge.
 

Detailed Description

Definition of the SimplexEdge class and closely related code.