|
Panda3D
|
Attractor force. More...
Public Member Functions | |
| LinearSinkForce () | |
| Simple constructor. | |
| LinearSinkForce (LinearSinkForce const copy) | |
| copy constructor | |
| LinearSinkForce (Point3 const p, FalloffType f, float r) | |
| Simple constructor. | |
| LinearSinkForce (Point3 const p, FalloffType f, float r, float a) | |
| Simple constructor. | |
| LinearSinkForce (Point3 const p, FalloffType f, float r, float a, bool m) | |
| Simple constructor. | |
Static Public Member Functions | |
| static TypeHandle | getClassType () |
Attractor force.
Think black hole.
| LinearSinkForce | ( | ) |
Simple constructor.
| LinearSinkForce | ( | Point3 const | p, |
| FalloffType | f, | ||
| float | r, | ||
| float | a, | ||
| bool | m | ||
| ) |
Simple constructor.
| LinearSinkForce | ( | Point3 const | p, |
| FalloffType | f, | ||
| float | r, | ||
| float | a | ||
| ) |
Simple constructor.
| LinearSinkForce | ( | Point3 const | p, |
| FalloffType | f, | ||
| float | r | ||
| ) |
Simple constructor.
| LinearSinkForce | ( | LinearSinkForce const | copy | ) |
copy constructor
| static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from LinearDistanceForce.
1.7.3