Home
last modified time | relevance | path

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

/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DMobilizedBody.h747 (const State& state, const MobilizedBody& toBodyA) const { in findBodyOriginLocationInAnotherBody() argument
748 return toBodyA.findStationAtGroundPoint(state, in findBodyOriginLocationInAnotherBody()
930 (const State& state, const Vec3& stationOnB, const MobilizedBody& toBodyA) in findStationLocationInAnotherBody() argument
933 return toBodyA.findStationAtGroundPoint(state, in findStationLocationInAnotherBody()
1060 (const State& state, const MobilizedBody& toBodyA) const { in findMassCenterLocationInAnotherBody() argument
1062 getBodyMassCenterStation(state),toBodyA); in findMassCenterLocationInAnotherBody()