![]() |
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 | kstretch |
| float | kcompress |
| float | damping |
| float | restLength |
| float | minLength |
| float | maxLength |
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 467 of file Physics_AF.h.
| idAFConstraint_Spring::idAFConstraint_Spring | ( | const idStr & | name, |
| idAFBody * | body1, | ||
| idAFBody * | body2 | ||
| ) |
Definition at line 2686 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 2836 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 2887 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 2744 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 2867 of file Physics_AF.cpp.
|
virtual |
Reimplemented from idAFConstraint.
Definition at line 2951 of file Physics_AF.cpp.
|
virtual |
Reimplemented from idAFConstraint.
Definition at line 2856 of file Physics_AF.cpp.
|
virtual |
Reimplemented from idAFConstraint.
Definition at line 2934 of file Physics_AF.cpp.
Definition at line 2703 of file Physics_AF.cpp.
Definition at line 2733 of file Physics_AF.cpp.
| void idAFConstraint_Spring::SetSpring | ( | const float | stretch, |
| const float | compress, | ||
| const float | damping, | ||
| const float | restLength | ||
| ) |
Definition at line 2720 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 2845 of file Physics_AF.cpp.
|
protected |
Definition at line 482 of file Physics_AF.h.
|
protected |
Definition at line 483 of file Physics_AF.h.
|
protected |
Definition at line 486 of file Physics_AF.h.
|
protected |
Definition at line 485 of file Physics_AF.h.
|
protected |
Definition at line 484 of file Physics_AF.h.
|
protected |
Definition at line 489 of file Physics_AF.h.
|
protected |
Definition at line 488 of file Physics_AF.h.
|
protected |
Definition at line 487 of file Physics_AF.h.
1.8.6.