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

Function MakeB2DistanceProxy

CollisionB2Distance.go:20–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func MakeB2DistanceProxy() B2DistanceProxy {
21 return B2DistanceProxy{
22 M_vertices: make([]B2Vec2, 0),
23 M_count: 0,
24 M_radius: 0.0,
25 }
26}
27
28func NewB2DistanceProxy() *B2DistanceProxy {
29 res := MakeB2DistanceProxy()

Callers 2

NewB2DistanceProxyFunction · 0.85
MakeB2DistanceInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected