(fixtureA *B2Fixture, fixtureB *B2Fixture)
| 10 | |
| 11 | type B2ContactFilterInterface interface { |
| 12 | ShouldCollide(fixtureA *B2Fixture, fixtureB *B2Fixture) bool |
| 13 | } |
| 14 | |
| 15 | /// Contact impulses for reporting. Impulses are used instead of forces because |
no outgoing calls
no test coverage detected