Home
last modified time | relevance | path

Searched defs:inBodyA (Results 1 – 2 of 2) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DMobilizedBody.h718 const MobilizedBody& inBodyA) const in findBodyTransformInAnotherBody()
732 const MobilizedBody& inBodyA) const in findBodyRotationInAnotherBody()
758 (const State& state, const MobilizedBody& inBodyA) const in findBodyVelocityInAnotherBody()
804 const MobilizedBody& inBodyA) const in findBodyOriginVelocityInAnotherBody()
836 (const State& state, const MobilizedBody& inBodyA) const in findBodyAngularAccelerationInAnotherBody()
959 const MobilizedBody& inBodyA) const in findStationVelocityInAnotherBody()
1159 const MobilizedBody& inBodyA) const in expressVectorInAnotherBodyFrame()
1180 (const State& state, const MobilizedBody& inBodyA) const { in expressMassPropertiesInAnotherBodyFrame()
1238 (const State& state, const MobilizedBody& inBodyA, in calcBodyInertiaAboutAnotherBodyStation()
1386 const MobilizedBody& inBodyA) const in calcBodyMovingPointVelocityInBody()
[all …]
/dports/games/toycars/toycars-0.3.10/toycars/src/MyFisix/
H A DContact.cpp31 Contact::Contact(RigidBody* inBodyA, RigidBody* inBodyB, const Tuple& inPa, const Tuple& inPb, cons… in Contact()