()
| 246 | } |
| 247 | |
| 248 | func NewB2Simplex() *B2Simplex { |
| 249 | res := MakeB2Simplex() |
| 250 | return &res |
| 251 | } |
| 252 | |
| 253 | func (simplex *B2Simplex) ReadCache(cache *B2SimplexCache, proxyA *B2DistanceProxy, transformA B2Transform, proxyB *B2DistanceProxy, transformB B2Transform) { |
| 254 | B2Assert(cache.Count <= 3) |
nothing calls this directly
no test coverage detected