Public Member Functions | |
btInternalVertexPair (short int v0, short int v1) | |
int | getHash () const |
bool | equals (const btInternalVertexPair &other) const |
Public Attributes | |
short int | m_v0 |
short int | m_v1 |
Definition at line 40 of file btConvexPolyhedron.cpp.
btInternalVertexPair::btInternalVertexPair | ( | short int | v0, | |
short int | v1 | |||
) | [inline] |
Definition at line 42 of file btConvexPolyhedron.cpp.
bool btInternalVertexPair::equals | ( | const btInternalVertexPair & | other | ) | const [inline] |
Definition at line 55 of file btConvexPolyhedron.cpp.
int btInternalVertexPair::getHash | ( | ) | const [inline] |
Definition at line 51 of file btConvexPolyhedron.cpp.
short int btInternalVertexPair::m_v0 |
Definition at line 49 of file btConvexPolyhedron.cpp.
short int btInternalVertexPair::m_v1 |
Definition at line 50 of file btConvexPolyhedron.cpp.