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

Function NewB2DistanceOutput

CollisionB2Distance.go:99–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97}
98
99func NewB2DistanceOutput() *B2DistanceOutput {
100 res := MakeB2DistanceOutput()
101 return &res
102}
103
104// //////////////////////////////////////////////////////////////////////////
105

Callers

nothing calls this directly

Calls 1

MakeB2DistanceOutputFunction · 0.85

Tested by

no test coverage detected