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

Method SetKey

CollisionB2Collision.go:47–49  ·  view source on GitHub ↗
(key uint32)

Source from the content-addressed store, hash-verified

45}
46
47func (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

Callers 3

B2CollideCirclesFunction · 0.80
B2CollideEdgeAndCircleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected