|
Panda3D
|
Friction-based drag force. More...
Public Member Functions | |
| LinearFrictionForce (LinearFrictionForce const copy) | |
| copy constructor | |
| LinearFrictionForce (float coef, float a, bool m) | |
| Constructor. | |
| LinearFrictionForce (float coef) | |
| Constructor. | |
| LinearFrictionForce () | |
| Constructor. | |
| LinearFrictionForce (float coef, float a) | |
| Constructor. | |
| float | getCoef () |
| setCoef (float coef) | |
Static Public Member Functions | |
| static TypeHandle | getClassType () |
Friction-based drag force.
| LinearFrictionForce | ( | LinearFrictionForce const | copy | ) |
copy constructor
| LinearFrictionForce | ( | float | coef, |
| float | a, | ||
| bool | m | ||
| ) |
Constructor.
| LinearFrictionForce | ( | float | coef, |
| float | a | ||
| ) |
Constructor.
| LinearFrictionForce | ( | float | coef | ) |
Constructor.
Constructor.
| static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from LinearForce.
| float getCoef | ( | ) |
| setCoef | ( | float | coef | ) |
1.7.3