Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
func
NewB2DistanceInput() *B2DistanceInput {
78
res := MakeB2DistanceInput()
79
return
&res
80
}
81
82
/// Output for b2Distance.
83
type
B2DistanceOutput
struct
{
Callers
nothing calls this directly
Calls
1
MakeB2DistanceInput
Function · 0.85
Tested by
no test coverage detected