Public Member Functions | Public Attributes

btConvex2dConvex2dAlgorithm::CreateFunc Struct Reference

#include <btConvex2dConvex2dAlgorithm.h>

Inheritance diagram for btConvex2dConvex2dAlgorithm::CreateFunc:
Inheritance graph
[legend]
Collaboration diagram for btConvex2dConvex2dAlgorithm::CreateFunc:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CreateFunc (btSimplexSolverInterface *simplexSolver, btConvexPenetrationDepthSolver *pdSolver)
virtual ~CreateFunc ()
virtual btCollisionAlgorithmCreateCollisionAlgorithm (btCollisionAlgorithmConstructionInfo &ci, const btCollisionObjectWrapper *body0Wrap, const btCollisionObjectWrapper *body1Wrap)

Public Attributes

btConvexPenetrationDepthSolverm_pdSolver
btSimplexSolverInterface * m_simplexSolver
int m_numPerturbationIterations
int m_minimumPointsPerturbationThreshold

Detailed Description

Definition at line 73 of file btConvex2dConvex2dAlgorithm.h.


Constructor & Destructor Documentation

btConvex2dConvex2dAlgorithm::CreateFunc::CreateFunc ( btSimplexSolverInterface *  simplexSolver,
btConvexPenetrationDepthSolver pdSolver 
)

Definition at line 48 of file btConvex2dConvex2dAlgorithm.cpp.

btConvex2dConvex2dAlgorithm::CreateFunc::~CreateFunc (  )  [virtual]

Definition at line 56 of file btConvex2dConvex2dAlgorithm.cpp.


Member Function Documentation

virtual btCollisionAlgorithm* btConvex2dConvex2dAlgorithm::CreateFunc::CreateCollisionAlgorithm ( btCollisionAlgorithmConstructionInfo ci,
const btCollisionObjectWrapper body0Wrap,
const btCollisionObjectWrapper body1Wrap 
) [inline, virtual]

Reimplemented from btCollisionAlgorithmCreateFunc.

Definition at line 85 of file btConvex2dConvex2dAlgorithm.h.


Member Data Documentation

Definition at line 79 of file btConvex2dConvex2dAlgorithm.h.

Definition at line 78 of file btConvex2dConvex2dAlgorithm.h.

Definition at line 76 of file btConvex2dConvex2dAlgorithm.h.

Definition at line 77 of file btConvex2dConvex2dAlgorithm.h.


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