Home
last modified time | relevance | path

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

/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/mujoco/
H A DMuJoCoPhysicsServerCommandProcessor.cpp961 const btMatrix3x3& linkRotMat = mb->getLink(l).m_cachedWorldTransform.getBasis(); in processRequestActualStateCommand()
962 worldLinVel = linkRotMat * linVel[l+1]; in processRequestActualStateCommand()
963 worldAngVel = linkRotMat * omega[l+1]; in processRequestActualStateCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/mujoco/
H A DMuJoCoPhysicsServerCommandProcessor.cpp961 const btMatrix3x3& linkRotMat = mb->getLink(l).m_cachedWorldTransform.getBasis(); in processRequestActualStateCommand()
962 worldLinVel = linkRotMat * linVel[l+1]; in processRequestActualStateCommand()
963 worldAngVel = linkRotMat * omega[l+1]; in processRequestActualStateCommand()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp7926 const btMatrix3x3& linkRotMat = mb->getLink(l).m_cachedWorldTransform.getBasis(); in processRequestActualStateCommand() local
7927 worldLinVel = linkRotMat * linVel[l + 1]; in processRequestActualStateCommand()
7928 worldAngVel = linkRotMat * omega[l + 1]; in processRequestActualStateCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp7926 const btMatrix3x3& linkRotMat = mb->getLink(l).m_cachedWorldTransform.getBasis(); in processRequestActualStateCommand() local
7927 worldLinVel = linkRotMat * linVel[l + 1]; in processRequestActualStateCommand()
7928 worldAngVel = linkRotMat * omega[l + 1]; in processRequestActualStateCommand()