Home
last modified time | relevance | path

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

/dports/science/opensim-core/opensim-core-4.1/Bindings/SWIGSimTK/
H A DMassProperties.h1442 InertiaP calcShiftedInertia(const Vec3& newOriginB) const { in calcShiftedInertia() argument
1443 return calcCentralInertia() + InertiaP(newOriginB-comInB, mass); in calcShiftedInertia()
1457 MassProperties_ calcShiftedMassProps(const Vec3& newOriginB) const { in calcShiftedMassProps() argument
1458 return MassProperties_(mass, comInB-newOriginB, in calcShiftedMassProps()
1459 calcShiftedInertia(newOriginB)); in calcShiftedMassProps()
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Mechanics/include/SimTKcommon/internal/
H A DMassProperties.h1434 Inertia_<P> calcShiftedInertia(const Vec<3,P>& newOriginB) const { in calcShiftedInertia() argument
1435 return calcCentralInertia() + Inertia_<P>(newOriginB-comInB, mass); in calcShiftedInertia()
1449 MassProperties_ calcShiftedMassProps(const Vec<3,P>& newOriginB) const { in calcShiftedMassProps() argument
1450 return MassProperties_(mass, comInB-newOriginB, in calcShiftedMassProps()
1451 calcShiftedInertia(newOriginB)); in calcShiftedMassProps()