Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
func
MakeB2RayCastOutput() B2RayCastOutput {
163
return
B2RayCastOutput{
164
Normal: MakeB2Vec2(0, 0),
165
Fraction: 0,
166
}
167
}
168
169
/// An axis aligned bounding box.
170
type
B2AABB
struct
{
Callers
1
RayCast
Method · 0.85
Calls
1
MakeB2Vec2
Function · 0.85
Tested by
no test coverage detected