MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / OverlapPair

Method OverlapPair

src/collision/OverlapCallback.cpp:34–37  ·  view source on GitHub ↗

Contact Pair Constructor

Source from the content-addressed store, hash-verified

32
33// Contact Pair Constructor
34OverlapCallback::OverlapPair::OverlapPair(ContactPair& contactPair, PhysicsWorld& world, bool isLostOverlappingPair)
35 : mContactPair(contactPair), mWorld(world), mIsLostOverlapPair(isLostOverlappingPair) {
36
37}
38
39// Return a pointer to the first collider in contact
40Collider* OverlapCallback::OverlapPair::getCollider1() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected