MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / checkPositionSanity

Method checkPositionSanity

deps/physx/physx/source/physx/src/NpScene.cpp:2582–2587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2580
2581#if PX_CHECKED
2582void NpScene::checkPositionSanity(const PxRigidActor& a, const PxTransform& pose, const char* fnName) const
2583{
2584 if(!mSanityBounds.contains(pose.p))
2585 Ps::getFoundation().error(PxErrorCode::eDEBUG_WARNING, __FILE__, __LINE__,
2586 "%s: actor pose for %lp is outside sanity bounds\n", fnName, &a);
2587}
2588#endif
2589
2590namespace

Callers 5

setGlobalPoseMethod · 0.80
setKinematicTargetMethod · 0.80
checkArticulationLinkFunction · 0.80
setGlobalPoseMethod · 0.80
setGlobalPoseInternalMethod · 0.80

Calls 2

containsMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected