(proxyIdA int, proxyIdB int)
| 55 | } |
| 56 | |
| 57 | func (bp B2BroadPhase) TestOverlap(proxyIdA int, proxyIdB int) bool { |
| 58 | return B2TestOverlapBoundingBoxes( |
| 59 | bp.M_tree.GetFatAABB(proxyIdA), |
| 60 | bp.M_tree.GetFatAABB(proxyIdB), |
| 61 | ) |
| 62 | } |
| 63 | |
| 64 | func (bp B2BroadPhase) GetFatAABB(proxyId int) B2AABB { |
| 65 | return bp.M_tree.GetFatAABB(proxyId) |
no test coverage detected