doom3-gpl
Doom 3 GPL source release
|
#include <Physics_AF.h>
Protected Member Functions | |
virtual void | Evaluate (float invTimeStep) |
virtual void | ApplyFriction (float invTimeStep) |
Protected Member Functions inherited from idAFConstraint | |
void | InitSize (int size) |
Protected Attributes | |
idVec3 | anchor1 |
idVec3 | anchor2 |
float | friction |
idAFConstraint_ConeLimit * | coneLimit |
idAFConstraint_PyramidLimit * | pyramidLimit |
idAFConstraint_BallAndSocketJointFriction * | fc |
Protected Attributes inherited from idAFConstraint | |
constraintType_t | type |
idStr | name |
idAFBody * | body1 |
idAFBody * | body2 |
idPhysics_AF * | physics |
idMatX | J1 |
idMatX | J2 |
idVecX | c1 |
idVecX | c2 |
idVecX | lo |
idVecX | hi |
idVecX | e |
idAFConstraint * | boxConstraint |
int | boxIndex [6] |
idMatX | invI |
idMatX | J |
idVecX | s |
idVecX | lm |
int | firstIndex |
struct idAFConstraint::constraintFlags_s | fl |
Definition at line 181 of file Physics_AF.h.
idAFConstraint_BallAndSocketJoint::idAFConstraint_BallAndSocketJoint | ( | const idStr & | name, |
idAFBody * | body1, | ||
idAFBody * | body2 | ||
) |
Definition at line 462 of file Physics_AF.cpp.
idAFConstraint_BallAndSocketJoint::~idAFConstraint_BallAndSocketJoint | ( | void | ) |
Definition at line 482 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 663 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 757 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 623 of file Physics_AF.cpp.
Definition at line 521 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 748 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 704 of file Physics_AF.cpp.
Definition at line 611 of file Physics_AF.cpp.
|
virtual |
Reimplemented from idAFConstraint.
Definition at line 796 of file Physics_AF.cpp.
|
virtual |
Reimplemented from idAFConstraint.
Definition at line 731 of file Physics_AF.cpp.
|
virtual |
Reimplemented from idAFConstraint.
Definition at line 778 of file Physics_AF.cpp.
Definition at line 496 of file Physics_AF.cpp.
void idAFConstraint_BallAndSocketJoint::SetConeLimit | ( | const idVec3 & | coneAxis, |
const float | coneAngle, | ||
const idVec3 & | body1Axis | ||
) |
Definition at line 549 of file Physics_AF.cpp.
Definition at line 193 of file Physics_AF.h.
Definition at line 597 of file Physics_AF.cpp.
Definition at line 533 of file Physics_AF.cpp.
void idAFConstraint_BallAndSocketJoint::SetPyramidLimit | ( | const idVec3 & | pyramidAxis, |
const idVec3 & | baseAxis, | ||
const float | angle1, | ||
const float | angle2, | ||
const idVec3 & | body1Axis | ||
) |
Definition at line 571 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 714 of file Physics_AF.cpp.
|
protected |
Definition at line 204 of file Physics_AF.h.
|
protected |
Definition at line 205 of file Physics_AF.h.
|
protected |
Definition at line 207 of file Physics_AF.h.
|
protected |
Definition at line 209 of file Physics_AF.h.
|
protected |
Definition at line 206 of file Physics_AF.h.
|
protected |
Definition at line 208 of file Physics_AF.h.