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

Function b3GetJointInfo

examples/SharedMemory/PhysicsClientC_API.cpp:3084–3088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3082}
3083
3084B3_SHARED_API int b3GetJointInfo(b3PhysicsClientHandle physClient, int bodyUniqueId, int jointIndex, struct b3JointInfo* info)
3085{
3086 PhysicsClient* cl = (PhysicsClient*)physClient;
3087 return cl->getJointInfo(bodyUniqueId, jointIndex, *info);
3088}
3089
3090B3_SHARED_API b3SharedMemoryCommandHandle b3CreateCustomCommand(b3PhysicsClientHandle physClient)
3091{

Calls 1

getJointInfoMethod · 0.45

Tested by 1

testSharedMemoryFunction · 0.68