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

Method Dump

DynamicsB2Joint.go:422–422  ·  view source on GitHub ↗

Dump this joint to the log file.

()

Source from the content-addressed store, hash-verified

420type B2JointInterface interface {
421 /// Dump this joint to the log file.
422 Dump()
423
424 /// Shift the origin for any points stored in world coordinates.
425 ShiftOrigin(newOrigin B2Vec2)

Callers 2

DumpMethod · 0.65
DumpMethod · 0.65

Implementers 1

B2JointDynamicsB2Joint.go

Calls

no outgoing calls

Tested by

no test coverage detected