Home
last modified time | relevance | path

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

/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/mujoco/
H A DMuJoCoPhysicsServerCommandProcessor.cpp828 int totalDegreeOfFreedomQ = 0; in processRequestActualStateCommand() local
879 totalDegreeOfFreedomQ += 7; //pos + quaternion in processRequestActualStateCommand()
906 serverCmd.m_sendActualStateArgs.m_actualStateQ[totalDegreeOfFreedomQ++] = 0; in processRequestActualStateCommand()
984 serverCmd.m_sendActualStateArgs.m_numDegreeOfFreedomQ = totalDegreeOfFreedomQ; in processRequestActualStateCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/mujoco/
H A DMuJoCoPhysicsServerCommandProcessor.cpp828 int totalDegreeOfFreedomQ = 0; in processRequestActualStateCommand() local
879 totalDegreeOfFreedomQ += 7; //pos + quaternion in processRequestActualStateCommand()
906 serverCmd.m_sendActualStateArgs.m_actualStateQ[totalDegreeOfFreedomQ++] = 0; in processRequestActualStateCommand()
984 serverCmd.m_sendActualStateArgs.m_numDegreeOfFreedomQ = totalDegreeOfFreedomQ; in processRequestActualStateCommand()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXServerCommandProcessor.cpp2555 int totalDegreeOfFreedomQ = 0; in processRequestActualStateCommand() local
2601 totalDegreeOfFreedomQ += 7; //pos + quaternion in processRequestActualStateCommand()
2651 …serverCmd.m_sendActualStateArgs.m_actualStateQ[totalDegreeOfFreedomQ++] = c->jointPosition[dofStar… in processRequestActualStateCommand()
2656 serverCmd.m_sendActualStateArgs.m_numDegreeOfFreedomQ = totalDegreeOfFreedomQ; in processRequestActualStateCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXServerCommandProcessor.cpp2555 int totalDegreeOfFreedomQ = 0; in processRequestActualStateCommand() local
2601 totalDegreeOfFreedomQ += 7; //pos + quaternion in processRequestActualStateCommand()
2651 …serverCmd.m_sendActualStateArgs.m_actualStateQ[totalDegreeOfFreedomQ++] = c->jointPosition[dofStar… in processRequestActualStateCommand()
2656 serverCmd.m_sendActualStateArgs.m_numDegreeOfFreedomQ = totalDegreeOfFreedomQ; in processRequestActualStateCommand()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp7750 int totalDegreeOfFreedomQ = 0; in processRequestActualStateCommand() local
7794 totalDegreeOfFreedomQ += 7; //pos + quaternion in processRequestActualStateCommand()
7836 stateDetails->m_actualStateQ[totalDegreeOfFreedomQ++] = mb->getJointPosMultiDof(l)[d]; in processRequestActualStateCommand()
7948 serverCmd.m_sendActualStateArgs.m_numDegreeOfFreedomQ = totalDegreeOfFreedomQ; in processRequestActualStateCommand()
7991 int totalDegreeOfFreedomQ = 7; //pos + quaternion in processRequestActualStateCommand() local
8004 serverCmd.m_sendActualStateArgs.m_numDegreeOfFreedomQ = totalDegreeOfFreedomQ; in processRequestActualStateCommand()
8049 int totalDegreeOfFreedomQ = 7; //pos + quaternion in processRequestActualStateCommand() local
8052 serverCmd.m_sendActualStateArgs.m_numDegreeOfFreedomQ = totalDegreeOfFreedomQ; in processRequestActualStateCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp7750 int totalDegreeOfFreedomQ = 0; in processRequestActualStateCommand() local
7794 totalDegreeOfFreedomQ += 7; //pos + quaternion in processRequestActualStateCommand()
7836 stateDetails->m_actualStateQ[totalDegreeOfFreedomQ++] = mb->getJointPosMultiDof(l)[d]; in processRequestActualStateCommand()
7948 serverCmd.m_sendActualStateArgs.m_numDegreeOfFreedomQ = totalDegreeOfFreedomQ; in processRequestActualStateCommand()
7991 int totalDegreeOfFreedomQ = 7; //pos + quaternion in processRequestActualStateCommand() local
8004 serverCmd.m_sendActualStateArgs.m_numDegreeOfFreedomQ = totalDegreeOfFreedomQ; in processRequestActualStateCommand()
8049 int totalDegreeOfFreedomQ = 7; //pos + quaternion in processRequestActualStateCommand() local
8052 serverCmd.m_sendActualStateArgs.m_numDegreeOfFreedomQ = totalDegreeOfFreedomQ; in processRequestActualStateCommand()