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

Method GetShape

DynamicsB2Fixture.go:116–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114}
115
116func (fix B2Fixture) GetShape() B2ShapeInterface {
117 return fix.M_shape
118}
119
120func (fix B2Fixture) IsSensor() bool {
121 return fix.M_isSensor

Callers 11

EvaluateMethod · 0.80
SolveTOIMethod · 0.80
MakeB2ContactSolverFunction · 0.80
EvaluateMethod · 0.80
GetWorldManifoldMethod · 0.80
B2ContactUpdateFunction · 0.80
EvaluateMethod · 0.80
EvaluateMethod · 0.80
EvaluateMethod · 0.80
EvaluateMethod · 0.80
EvaluateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected