![]() |
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 | coneAnchor |
| idVec3 | coneAxis |
| idVec3 | body1Axis |
| float | cosAngle |
| float | sinHalfAngle |
| float | cosHalfAngle |
| float | epsilon |
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 538 of file Physics_AF.h.
| idAFConstraint_ConeLimit::idAFConstraint_ConeLimit | ( | void | ) |
Definition at line 3349 of file Physics_AF.cpp.
| bool idAFConstraint_ConeLimit::Add | ( | idPhysics_AF * | phys, |
| float | invTimeStep | ||
| ) |
Definition at line 3420 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 3412 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 3521 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 3403 of file Physics_AF.cpp.
|
virtual |
Reimplemented from idAFConstraint.
Definition at line 3576 of file Physics_AF.cpp.
|
virtual |
Reimplemented from idAFConstraint.
Definition at line 3509 of file Physics_AF.cpp.
|
virtual |
Reimplemented from idAFConstraint.
Definition at line 3560 of file Physics_AF.cpp.
Definition at line 3385 of file Physics_AF.cpp.
Definition at line 3394 of file Physics_AF.cpp.
Definition at line 546 of file Physics_AF.h.
| void idAFConstraint_ConeLimit::Setup | ( | idAFBody * | b1, |
| idAFBody * | b2, | ||
| const idVec3 & | coneAnchor, | ||
| const idVec3 & | coneAxis, | ||
| const float | coneAngle, | ||
| const idVec3 & | body1Axis | ||
| ) |
Definition at line 3367 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 3498 of file Physics_AF.cpp.
|
protected |
Definition at line 557 of file Physics_AF.h.
|
protected |
Definition at line 555 of file Physics_AF.h.
|
protected |
Definition at line 556 of file Physics_AF.h.
|
protected |
Definition at line 558 of file Physics_AF.h.
|
protected |
Definition at line 560 of file Physics_AF.h.
|
protected |
Definition at line 561 of file Physics_AF.h.
|
protected |
Definition at line 559 of file Physics_AF.h.
1.8.6.