Go to the source code of this file.
|
void | pfxSetConstraintId (PfxConstraintPair &pair, uint32_t i) |
|
void | pfxSetNumConstraints (PfxConstraintPair &pair, uint8_t n) |
|
uint32_t | pfxGetConstraintId1 (const PfxConstraintPair &pair) |
|
uint8_t | pfxGetNumConstraints (const PfxConstraintPair &pair) |
|
void | pfxSetRigidBodyIdA (PfxBroadphasePair &pair, uint16_t i) |
|
void | pfxSetRigidBodyIdB (PfxBroadphasePair &pair, uint16_t i) |
|
void | pfxSetMotionMaskA (PfxBroadphasePair &pair, uint8_t i) |
|
void | pfxSetMotionMaskB (PfxBroadphasePair &pair, uint8_t i) |
|
void | pfxSetBroadphaseFlag (PfxBroadphasePair &pair, uint8_t f) |
|
void | pfxSetActive (PfxBroadphasePair &pair, bool b) |
|
void | pfxSetContactId (PfxBroadphasePair &pair, uint32_t i) |
|
uint16_t | pfxGetRigidBodyIdA (const PfxBroadphasePair &pair) |
|
uint16_t | pfxGetRigidBodyIdB (const PfxBroadphasePair &pair) |
|
uint8_t | pfxGetMotionMaskA (const PfxBroadphasePair &pair) |
|
uint8_t | pfxGetMotionMaskB (const PfxBroadphasePair &pair) |
|
uint8_t | pfxGetBroadphaseFlag (const PfxBroadphasePair &pair) |
|
bool | pfxGetActive (const PfxBroadphasePair &pair) |
|
uint32_t | pfxGetContactId1 (const PfxBroadphasePair &pair) |
|
static vmVector3 | btReadVector3 (const double *p) |
|
static vmQuat | btReadQuat (const double *p) |
|
static void | btStoreVector3 (const vmVector3 &src, double *p) |
|
static vmVector3 | btReadVector3 (const float *p) |
|
static vmQuat | btReadQuat (const float *p) |
|
static void | btStoreVector3 (const vmVector3 &src, float *p) |
|
void | SolverThreadFunc (void *userPtr, void *lsMemory) |
|
void * | SolverlsMemoryFunc () |
|
#define PFX_MAX_SOLVER_BATCHES 16 |
#define PFX_MAX_SOLVER_PAIRS 128 |
#define PFX_MAX_SOLVER_PHASES 64 |
#define PFX_MIN_SOLVER_PAIRS 16 |
Enumerator |
---|
PFX_CONSTRAINT_SOLVER_CMD_SETUP_SOLVER_BODIES |
|
PFX_CONSTRAINT_SOLVER_CMD_SETUP_CONTACT_CONSTRAINTS |
|
PFX_CONSTRAINT_SOLVER_CMD_WRITEBACK_APPLIED_IMPULSES_CONTACT_CONSTRAINTS |
|
PFX_CONSTRAINT_SOLVER_CMD_SETUP_JOINT_CONSTRAINTS |
|
PFX_CONSTRAINT_SOLVER_CMD_SOLVE_CONSTRAINTS |
|
PFX_CONSTRAINT_SOLVER_CMD_POST_SOLVER |
|
Definition at line 188 of file btParallelConstraintSolver.h.
static vmQuat btReadQuat |
( |
const double * |
p | ) |
|
|
inlinestatic |
static vmQuat btReadQuat |
( |
const float * |
p | ) |
|
|
inlinestatic |
static vmVector3 btReadVector3 |
( |
const double * |
p | ) |
|
|
inlinestatic |
static vmVector3 btReadVector3 |
( |
const float * |
p | ) |
|
|
inlinestatic |
static void btStoreVector3 |
( |
const vmVector3 & |
src, |
|
|
double * |
p |
|
) |
| |
|
inlinestatic |
static void btStoreVector3 |
( |
const vmVector3 & |
src, |
|
|
float * |
p |
|
) |
| |
|
inlinestatic |
void* SolverlsMemoryFunc |
( |
| ) |
|
void SolverThreadFunc |
( |
void * |
userPtr, |
|
|
void * |
lsMemory |
|
) |
| |