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

#include <btConvex2dConvex2dAlgorithm.h>

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

Public Member Functions

 CreateFunc (btSimplexSolverInterface *simplexSolver, btConvexPenetrationDepthSolver *pdSolver)
 
virtual ~CreateFunc ()
 
virtual btCollisionAlgorithmCreateCollisionAlgorithm (btCollisionAlgorithmConstructionInfo &ci, const btCollisionObjectWrapper *body0Wrap, const btCollisionObjectWrapper *body1Wrap)
 
- Public Member Functions inherited from btCollisionAlgorithmCreateFunc
 btCollisionAlgorithmCreateFunc ()
 
virtual ~btCollisionAlgorithmCreateFunc ()
 

Public Attributes

btConvexPenetrationDepthSolverm_pdSolver
 
btSimplexSolverInterfacem_simplexSolver
 
int m_numPerturbationIterations
 
int m_minimumPointsPerturbationThreshold
 
- Public Attributes inherited from btCollisionAlgorithmCreateFunc
bool m_swapped
 

Detailed Description

Definition at line 70 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 54 of file btConvex2dConvex2dAlgorithm.cpp.

Member Function Documentation

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

Reimplemented from btCollisionAlgorithmCreateFunc.

Definition at line 82 of file btConvex2dConvex2dAlgorithm.h.

Member Data Documentation

int btConvex2dConvex2dAlgorithm::CreateFunc::m_minimumPointsPerturbationThreshold

Definition at line 76 of file btConvex2dConvex2dAlgorithm.h.

int btConvex2dConvex2dAlgorithm::CreateFunc::m_numPerturbationIterations

Definition at line 75 of file btConvex2dConvex2dAlgorithm.h.

btConvexPenetrationDepthSolver* btConvex2dConvex2dAlgorithm::CreateFunc::m_pdSolver

Definition at line 73 of file btConvex2dConvex2dAlgorithm.h.

btSimplexSolverInterface* btConvex2dConvex2dAlgorithm::CreateFunc::m_simplexSolver

Definition at line 74 of file btConvex2dConvex2dAlgorithm.h.


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