Home
last modified time | relevance | path

Searched refs:getFrameOnBody1 (Results 1 – 4 of 4) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DConstraint_Weld.h119 const Transform& getFrameOnBody1(const State&) const;
H A DForce_LinearBushing.h320 const Transform& getFrameOnBody1(const State& state) const;
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/
H A DTestLinearBushing.cpp95 SimTK_TEST_EQ(bushing.getFrameOnBody1(state),Transform(Vec3(-1,-2,-3))); in testParameterSetting()
105 SimTK_TEST_EQ(bushing.getFrameOnBody1(state),X_B1F); in testParameterSetting()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DForce_LinearBushing.cpp314 getFrameOnBody1(const State& state) const in getFrameOnBody1() function in SimTK::Force::LinearBushing