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

Function MakeB2RayCastInput

CollisionB2Collision.go:142–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140}
141
142func MakeB2RayCastInput() B2RayCastInput {
143 return B2RayCastInput{
144 P1: MakeB2Vec2(0, 0),
145 P2: MakeB2Vec2(0, 0),
146 MaxFraction: 0,
147 }
148}
149
150func NewB2RayCastInput() *B2RayCastInput {
151 res := MakeB2RayCastInput()

Callers 3

RayCastMethod · 0.85
RayCastMethod · 0.85
NewB2RayCastInputFunction · 0.85

Calls 1

MakeB2Vec2Function · 0.85

Tested by

no test coverage detected