| 64 | type B2BroadPhaseQueryCallback func(fixture *B2Fixture) bool |
| 65 | |
| 66 | type B2ContactFilter struct { |
| 67 | } |
| 68 | |
| 69 | // Return true if contact calculations should be performed between these two shapes. |
| 70 | // If you implement your own collision filter you may want to build from this implementation. |
nothing calls this directly
no outgoing calls
no test coverage detected