MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / movePickedBody

Method movePickedBody

examples/SharedMemory/PhysicsServerSharedMemory.cpp:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293bool PhysicsServerSharedMemory::movePickedBody(const btVector3& rayFromWorld, const btVector3& rayToWorld)
294{
295 return m_data->m_commandProcessor->movePickedBody(rayFromWorld, rayToWorld);
296}
297void PhysicsServerSharedMemory::removePickingConstraint()
298{
299 m_data->m_commandProcessor->removePickingConstraint();

Callers 1

MotionThreadFuncFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected