| 9 | } |
| 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 |
| 16 | /// sub-step forces may approach infinity for rigid body collisions. These |
no outgoing calls
no test coverage detected