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

Function NewB2DistanceProxy

CollisionB2Distance.go:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func NewB2DistanceProxy() *B2DistanceProxy {
29 res := MakeB2DistanceProxy()
30 return &res
31}
32
33/// Used to warm start b2Distance.
34/// Set count to zero on first call.

Callers

nothing calls this directly

Calls 1

MakeB2DistanceProxyFunction · 0.85

Tested by

no test coverage detected