Torque2D Reference
|
#include <b2Rope.h>
Public Member Functions | |
b2RopeDef () | |
Public Attributes | |
b2Vec2 * | vertices |
int32 | count |
float32 * | masses |
b2Vec2 | gravity |
float32 | damping |
float32 | k2 |
Stretching stiffness. More... | |
float32 | k3 |
Bending stiffness. Values above 0.5 can make the simulation blow up. More... | |
|
inline |
int32 count |
float32 damping |
b2Vec2 gravity |
float32 k2 |
Stretching stiffness.
float32 k3 |
Bending stiffness. Values above 0.5 can make the simulation blow up.
float32* masses |
b2Vec2* vertices |