Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | List of all members
MyInternalTriangleIndexCallback Struct Reference

#include <btCompoundFromGimpact.h>

Inheritance diagram for MyInternalTriangleIndexCallback:
Inheritance graph
[legend]
Collaboration diagram for MyInternalTriangleIndexCallback:
Collaboration graph
[legend]

Public Member Functions

 MyInternalTriangleIndexCallback (btCompoundShape *colShape, const btGImpactMeshShape *meshShape, btScalar depth)
 
virtual void internalProcessTriangleIndex (btVector3 *triangle, int partId, int triangleIndex)
 
- Public Member Functions inherited from btInternalTriangleIndexCallback
virtual ~btInternalTriangleIndexCallback ()
 

Public Attributes

const btGImpactMeshShapem_gimpactShape
 
btCompoundShapem_colShape
 
btScalar m_depth
 

Detailed Description

Definition at line 48 of file btCompoundFromGimpact.h.

Constructor & Destructor Documentation

MyInternalTriangleIndexCallback::MyInternalTriangleIndexCallback ( btCompoundShape colShape,
const btGImpactMeshShape meshShape,
btScalar  depth 
)
inline

Definition at line 54 of file btCompoundFromGimpact.h.

Member Function Documentation

virtual void MyInternalTriangleIndexCallback::internalProcessTriangleIndex ( btVector3 triangle,
int  partId,
int  triangleIndex 
)
inlinevirtual

Implements btInternalTriangleIndexCallback.

Definition at line 61 of file btCompoundFromGimpact.h.

Member Data Documentation

btCompoundShape* MyInternalTriangleIndexCallback::m_colShape

Definition at line 51 of file btCompoundFromGimpact.h.

btScalar MyInternalTriangleIndexCallback::m_depth

Definition at line 52 of file btCompoundFromGimpact.h.

const btGImpactMeshShape* MyInternalTriangleIndexCallback::m_gimpactShape

Definition at line 50 of file btCompoundFromGimpact.h.


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