Repellant force. More...
Public Member Functions | |
LinearSourceForce () | |
Simple constructor. | |
LinearSourceForce (Point3 const p, FalloffType f, float r, float a, bool mass) | |
Simple constructor. | |
LinearSourceForce (Point3 const p, FalloffType f, float r, float a) | |
Simple constructor. | |
LinearSourceForce (Point3 const p, FalloffType f, float r) | |
Simple constructor. | |
LinearSourceForce (LinearSourceForce const copy) | |
copy constructor | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
Repellant force.
Simple constructor.
LinearSourceForce | ( | Point3 const | p, |
FalloffType | f, | ||
float | r, | ||
float | a, | ||
bool | mass | ||
) |
Simple constructor.
LinearSourceForce | ( | Point3 const | p, |
FalloffType | f, | ||
float | r, | ||
float | a | ||
) |
Simple constructor.
LinearSourceForce | ( | Point3 const | p, |
FalloffType | f, | ||
float | r | ||
) |
Simple constructor.
LinearSourceForce | ( | LinearSourceForce const | copy | ) |
copy constructor
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from LinearDistanceForce.