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

Function MakeB2RayCastOutput

CollisionB2Collision.go:162–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160}
161
162func MakeB2RayCastOutput() B2RayCastOutput {
163 return B2RayCastOutput{
164 Normal: MakeB2Vec2(0, 0),
165 Fraction: 0,
166 }
167}
168
169/// An axis aligned bounding box.
170type B2AABB struct {

Callers 1

RayCastMethod · 0.85

Calls 1

MakeB2Vec2Function · 0.85

Tested by

no test coverage detected