(key uint32)
| 45 | } |
| 46 | |
| 47 | func (v B2ContactID) SetKey(key uint32) { |
| 48 | *(*uint32)(unsafe.Pointer(&v.IndexA)) = key |
| 49 | } |
| 50 | |
| 51 | /// A manifold point is a contact point belonging to a contact |
| 52 | /// manifold. It holds details related to the geometry and dynamics |
no outgoing calls
no test coverage detected