#include <GU_Spring.h>
Public Member Functions | |
| GU_Spring (void) | |
| virtual | ~GU_Spring (void) |
| void | setupEdges (GU_Detail *gdp, GB_PrimitiveGroup *group=0, int force=0) |
| void | computeEdges (GU_Detail *gdp, int behavior, float tension=1.0f, int tensionoffset=-1, int veloffset=-1, float timeinc=0) |
| void | getForce (UT_Vector3 &force, const GEO_Point *ppt, float springk=1.0f, int springkoffset=-1) |
Definition at line 25 of file GU_Spring.h.
| GU_Spring::GU_Spring | ( | void | ) |
| virtual GU_Spring::~GU_Spring | ( | void | ) | [virtual] |
| void GU_Spring::computeEdges | ( | GU_Detail * | gdp, | |
| int | behavior, | |||
| float | tension = 1.0f, |
|||
| int | tensionoffset = -1, |
|||
| int | veloffset = -1, |
|||
| float | timeinc = 0 | |||
| ) |
| void GU_Spring::getForce | ( | UT_Vector3 & | force, | |
| const GEO_Point * | ppt, | |||
| float | springk = 1.0f, |
|||
| int | springkoffset = -1 | |||
| ) |
| void GU_Spring::setupEdges | ( | GU_Detail * | gdp, | |
| GB_PrimitiveGroup * | group = 0, |
|||
| int | force = 0 | |||
| ) |
1.5.9