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

Function sliderInit

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

Source from the content-addressed store, hash-verified

1030// slider
1031
1032static void sliderInit (dxJointSlider *j)
1033{
1034 dSetZero (j->axis1,4);
1035 j->axis1[0] = 1;
1036 dSetZero (j->qrel,4);
1037 dSetZero (j->offset,4);
1038 j->limot.init (j->world);
1039}
1040
1041
1042extern "C" dReal dJointGetSliderPosition (dxJointSlider *joint)

Callers

nothing calls this directly

Calls 2

dSetZeroFunction · 0.85
initMethod · 0.45

Tested by

no test coverage detected