Home
last modified time | relevance | path

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

/dports/devel/bullet/bullet3-3.21/test/SharedMemory/
H A Dtest.c42 int i, dofCount, posVarCount, ret, numJoints; in testSharedMemory() local
209 0, &posVarCount, &dofCount, in testSharedMemory()
211 ASSERT_EQ(posVarCount, 15); in testSharedMemory()
/dports/devel/py-bullet3/bullet3-3.21/test/SharedMemory/
H A Dtest.c42 int i, dofCount, posVarCount, ret, numJoints; in testSharedMemory() local
209 0, &posVarCount, &dofCount, in testSharedMemory()
211 ASSERT_EQ(posVarCount, 15); in testSharedMemory()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXServerCommandProcessor.cpp615 int posVarCount = dofs;//?? in processInitPoseCommand() local
616 bool hasPosVar = posVarCount > 0; in processInitPoseCommand()
618 for (int j = 0; j < posVarCount; j++) in processInitPoseCommand()
628 if (posVarCount == 1) in processInitPoseCommand()
632 if (posVarCount == 3) in processInitPoseCommand()
647 for (int j = 0; j < posVarCount; j++) in processInitPoseCommand()
658 if (posVarCount == 1) in processInitPoseCommand()
663 if (posVarCount == 3) in processInitPoseCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXServerCommandProcessor.cpp615 int posVarCount = dofs;//?? in processInitPoseCommand() local
616 bool hasPosVar = posVarCount > 0; in processInitPoseCommand()
618 for (int j = 0; j < posVarCount; j++) in processInitPoseCommand()
628 if (posVarCount == 1) in processInitPoseCommand()
632 if (posVarCount == 3) in processInitPoseCommand()
647 for (int j = 0; j < posVarCount; j++) in processInitPoseCommand()
658 if (posVarCount == 1) in processInitPoseCommand()
663 if (posVarCount == 3) in processInitPoseCommand()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp11075 int posVarCount = mb->getLink(i).m_posVarCount; in processInitPoseCommand() local
11076 bool hasPosVar = posVarCount > 0; in processInitPoseCommand()
11078 for (int j = 0; j < posVarCount; j++) in processInitPoseCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp11075 int posVarCount = mb->getLink(i).m_posVarCount; in processInitPoseCommand() local
11076 bool hasPosVar = posVarCount > 0; in processInitPoseCommand()
11078 for (int j = 0; j < posVarCount; j++) in processInitPoseCommand()