Uses of Class
org.jbox2d.collision.Proxy

Packages that use Proxy
org.jbox2d.collision This package contains the broad and narrow phase collision algorithms. 
 

Uses of Proxy in org.jbox2d.collision
 

Fields in org.jbox2d.collision declared as Proxy
 Proxy[] BroadPhase.m_proxyPool
           
 

Methods in org.jbox2d.collision that return Proxy
 Proxy BroadPhase.getProxy(int proxyId)
           
 

Methods in org.jbox2d.collision with parameters of type Proxy
protected  boolean BroadPhase.testOverlap(Proxy p1, Proxy p2)