Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteArena/box2d
/ GetBody
Method
GetBody
DynamicsB2Fixture.go:136–138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
}
135
136
func
(fix B2Fixture) GetBody() *B2Body {
137
return
fix.M_body
138
}
139
140
func
(fix B2Fixture) GetNext() *B2Fixture {
141
return
fix.M_next
Callers
8
SolveTOI
Method · 0.80
Destroy
Method · 0.80
Collide
Method · 0.80
AddPair
Method · 0.80
MakeB2ContactSolver
Function · 0.80
GetWorldManifold
Method · 0.80
B2ContactDestroy
Function · 0.80
B2ContactUpdate
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected