(p B2Vec2)
| 167 | } |
| 168 | |
| 169 | func (fix B2Fixture) TestPoint(p B2Vec2) bool { |
| 170 | return fix.M_shape.TestPoint(fix.M_body.GetTransform(), p) |
| 171 | } |
| 172 | |
| 173 | func (fix B2Fixture) RayCast(output *B2RayCastOutput, input B2RayCastInput, childIndex int) bool { |
| 174 | return fix.M_shape.RayCast(output, input, fix.M_body.GetTransform(), childIndex) |
nothing calls this directly
no test coverage detected