(output *B2RayCastOutput, input B2RayCastInput, childIndex int)
| 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) |
| 175 | } |
| 176 | |
| 177 | func (fix B2Fixture) GetMassData(massData *B2MassData) { |
| 178 | fix.M_shape.ComputeMass(massData, fix.M_density) |
nothing calls this directly
no test coverage detected