Om  1.0.0
A universal framework for multimedia simulation
Public Member Functions | Public Attributes | List of all members
om::physics::collision::EPASolver::EPAEdge Class Reference

#include <omPhysicsCollisionEPASolver.h>

Public Member Functions

 EPAEdge (UInt32 newV1, UInt32 newV2)
 Create a new EPA edge from the specified vertex indices. More...
 
Bool operator== (const EPAEdge &other) const
 Return whether or not this EPA edge is equal to another. More...
 
Bool operator!= (const EPAEdge &other) const
 Return whether or not this EPA edge is not equal to another. More...
 

Public Attributes

UInt32 v1
 The index of the first vertex of this EPA edge. More...
 
UInt32 v2
 The index of the second vertex of this EPA edge. More...
 

Constructor & Destructor Documentation

om::physics::collision::EPASolver::EPAEdge::EPAEdge ( UInt32  newV1,
UInt32  newV2 
)
inline

Create a new EPA edge from the specified vertex indices.

Member Function Documentation

Bool om::physics::collision::EPASolver::EPAEdge::operator== ( const EPAEdge other) const
inline

Return whether or not this EPA edge is equal to another.

Bool om::physics::collision::EPASolver::EPAEdge::operator!= ( const EPAEdge other) const
inline

Return whether or not this EPA edge is not equal to another.

Member Data Documentation

UInt32 om::physics::collision::EPASolver::EPAEdge::v1

The index of the first vertex of this EPA edge.

UInt32 om::physics::collision::EPASolver::EPAEdge::v2

The index of the second vertex of this EPA edge.


The documentation for this class was generated from the following file: