MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / getBit

Function getBit

physx/source/lowleveldynamics/src/DyConstraintPartition.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65};
66
67PxU32 getBit(const PxU32 index)
68{
69 PX_ASSERT(index < 32);
70 return bitTable[index];
71}
72
73
74class RigidBodyClassification

Callers 3

classifyConstraintDescFunction · 0.70
writeConstraintDescFunction · 0.70
normalizePartitionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected