()
| 280 | } |
| 281 | |
| 282 | func (contact *B2Contact) ResetRestitution() { |
| 283 | contact.M_restitution = B2MixRestitution(contact.M_fixtureA.M_restitution, contact.M_fixtureB.M_restitution) |
| 284 | } |
| 285 | |
| 286 | func (contact B2Contact) GetTangentSpeed() float64 { |
| 287 | return contact.M_tangentSpeed |
nothing calls this directly
no test coverage detected