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

Method getSceneFromActors

physx/source/physx/src/NpConstraint.cpp:383–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383NpScene* NpConstraint::getSceneFromActors() const
384{
385 return getSceneFromActors(mActor0, mActor1);
386}
387
388PX_FORCE_INLINE NpScene* NpConstraint::getSceneFromActors(const PxRigidActor* actor0, const PxRigidActor* actor1)
389{

Callers 1

Calls 3

errorMethod · 0.80
getActorFlagsMethod · 0.45
getSceneMethod · 0.45

Tested by

no test coverage detected