MCPcopy Create free account
hub / github.com/cinder/Cinder / MoveProxy

Method MoveProxy

blocks/Box2D/src/Box2D/Collision/b2BroadPhase.cpp:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void b2BroadPhase::MoveProxy(int32 proxyId, const b2AABB& aabb, const b2Vec2& displacement)
58{
59 bool buffer = m_tree.MoveProxy(proxyId, aabb, displacement);
60 if (buffer)
61 {
62 BufferMove(proxyId);
63 }
64}
65
66void b2BroadPhase::TouchProxy(int32 proxyId)
67{

Callers 1

SynchronizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected