Definition of the SimplexEdge
class and closely related code.
More...
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 . | |
Definition of the SimplexEdge
class and closely related code.