Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteArena/box2d
/ NewB2SimplexCache
Function
NewB2SimplexCache
CollisionB2Distance.go:51–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
func
NewB2SimplexCache() *B2SimplexCache {
52
res := MakeB2SimplexCache()
53
return
&res
54
}
55
56
/// Input for b2Distance.
57
/// You have to option to use the shape radii
Callers
nothing calls this directly
Calls
1
MakeB2SimplexCache
Function · 0.85
Tested by
no test coverage detected