(proxyId int)
| 51 | } |
| 52 | |
| 53 | func (bp B2BroadPhase) GetUserData(proxyId int) interface{} { |
| 54 | return bp.M_tree.GetUserData(proxyId) |
| 55 | } |
| 56 | |
| 57 | func (bp B2BroadPhase) TestOverlap(proxyIdA int, proxyIdB int) bool { |
| 58 | return B2TestOverlapBoundingBoxes( |
nothing calls this directly
no test coverage detected