MCPcopy Create free account
hub / github.com/ByteArena/box2d / NewB2Simplex

Function NewB2Simplex

CollisionB2Distance.go:248–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

MakeB2SimplexFunction · 0.85

Tested by

no test coverage detected