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

Function MakeB2DistanceInput

CollisionB2Distance.go:67–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67func MakeB2DistanceInput() B2DistanceInput {
68 return B2DistanceInput{
69 ProxyA: MakeB2DistanceProxy(),
70 ProxyB: MakeB2DistanceProxy(),
71 TransformA: MakeB2Transform(),
72 TransformB: MakeB2Transform(),
73 UseRadii: false,
74 }
75}
76
77func NewB2DistanceInput() *B2DistanceInput {
78 res := MakeB2DistanceInput()

Callers 3

NewB2DistanceInputFunction · 0.85
B2TimeOfImpactFunction · 0.85
B2TestOverlapShapesFunction · 0.85

Calls 2

MakeB2DistanceProxyFunction · 0.85
MakeB2TransformFunction · 0.85

Tested by

no test coverage detected