MCPcopy Create free account
hub / github.com/ByteArena/box2d / B2ContactFilterInterface

Interface B2ContactFilterInterface

DynamicsB2WorldCallbacks.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11type B2ContactFilterInterface interface {
12 ShouldCollide(fixtureA *B2Fixture, fixtureB *B2Fixture) bool
13}
14
15/// Contact impulses for reporting. Impulses are used instead of forces because
16/// sub-step forces may approach infinity for rigid body collisions. These

Callers 2

CollideMethod · 0.65
AddPairMethod · 0.65

Implementers 2

B2BodyDynamicsB2Body.go
B2ContactFilterDynamicsB2WorldCallbacks.go

Calls

no outgoing calls

Tested by

no test coverage detected