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

Function B2JointDestroy

DynamicsB2Joint.go:361–363  ·  view source on GitHub ↗
(joint B2JointInterface)

Source from the content-addressed store, hash-verified

359}
360
361func B2JointDestroy(joint B2JointInterface) { // has to be backed by pointer
362 joint.Destroy()
363}
364
365func MakeB2Joint(def B2JointDefInterface) *B2Joint { // def has to be backed by pointer
366 B2Assert(def.GetBodyA() != def.GetBodyB())

Callers 1

DestroyJointMethod · 0.85

Calls 1

DestroyMethod · 0.65

Tested by

no test coverage detected