MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / init

Method init

3rd_party/Src/ode/ode/src/joint.cpp:404–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402// dxJointLimitMotor
403
404void dxJointLimitMotor::init (dxWorld *world)
405{
406 vel = 0;
407 fmax = 0;
408 lostop = -dInfinity;
409 histop = dInfinity;
410 fudge_factor = 1;
411 normal_cfm = world->global_cfm;
412 stop_erp = world->global_erp;
413 stop_cfm = world->global_cfm;
414 bounce = 0;
415 limit = 0;
416 limit_err = 0;
417}
418
419
420void dxJointLimitMotor::set (int num, dReal value)

Callers 6

createJointFunction · 0.45
hingeInitFunction · 0.45
sliderInitFunction · 0.45
hinge2InitFunction · 0.45
universalInitFunction · 0.45
amotorInitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected