Bullet Collision Detection & Physics Library
btInternalVertexPair Struct Reference

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
 

Detailed Description

Definition at line 36 of file btConvexPolyhedron.cpp.

Constructor & Destructor Documentation

◆ btInternalVertexPair()

btInternalVertexPair::btInternalVertexPair ( short int v0,
short int v1 )
inline

Definition at line 38 of file btConvexPolyhedron.cpp.

Member Function Documentation

◆ equals()

bool btInternalVertexPair::equals ( const btInternalVertexPair & other) const
inline

Definition at line 51 of file btConvexPolyhedron.cpp.

◆ getHash()

int btInternalVertexPair::getHash ( ) const
inline

Definition at line 47 of file btConvexPolyhedron.cpp.

Member Data Documentation

◆ m_v0

short int btInternalVertexPair::m_v0

Definition at line 45 of file btConvexPolyhedron.cpp.

◆ m_v1

short int btInternalVertexPair::m_v1

Definition at line 46 of file btConvexPolyhedron.cpp.


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