Home
last modified time | relevance | path

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

/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DRigidBodyNode.cpp60 const Vec3 p_PB_G = getX_GP(pc).R() * getX_PB(pc).p(); // 15 flops in calcJointIndependentKinematicsPos()
H A DRigidBodyNodeSpec.cpp59 const Rotation& R_GP = getX_GP(pc).R(); // parent orientation in ground in calcParentToChildVelocityJacobianInGround()
99 const Rotation& R_GP = getX_GP(pc).R(); // parent orientation in ground in calcParentToChildVelocityJacobianInGroundDot()
H A DRigidBodyNode_Weld.cpp394 const Transform& X_GP = getX_GP(pc); // already calculated in realizePosition()
399 const Vec3 p_PB_G = getX_GP(pc).R() * getX_PB(pc).p(); in realizePosition()
H A DRigidBodyNodeSpec.h562 const Transform& X_GP = getX_GP(pc); // already calculated in calcBodyTransforms()
H A DRigidBodyNode.h787 const Transform& getX_GP(const SBTreePositionCache& pc) const {assert(parent); return parent->getX_… in getX_GP() function