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

Method getNbConstraints

physx/source/physx/src/NpScene.cpp:1391–1395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1389///////////////////////////////////////////////////////////////////////////////
1390
1391PxU32 NpScene::getNbConstraints() const
1392{
1393 NP_READ_CHECK(this);
1394 return mConstraints.size();
1395}
1396
1397PxU32 NpScene::getConstraints(PxConstraint** userBuffer, PxU32 bufferSize, PxU32 startIndex) const
1398{

Callers 7

createCollectionMethod · 0.45
getRequiresCollectionMethod · 0.45
sendEntireSceneMethod · 0.45
updateJointsMethod · 0.45
syncEntireSceneMethod · 0.45
getNbPxScene_ConstraintsFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected