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

Function NewB2DistanceInput

CollisionB2Distance.go:77–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func NewB2DistanceInput() *B2DistanceInput {
78 res := MakeB2DistanceInput()
79 return &res
80}
81
82/// Output for b2Distance.
83type B2DistanceOutput struct {

Callers

nothing calls this directly

Calls 1

MakeB2DistanceInputFunction · 0.85

Tested by

no test coverage detected