org.jbox2d.collision.broadphase
Interface IBroadphase
public interface IBroadphase
createProxy
int createProxy(AABB aabb,
java.lang.Object userData)
destroyProxy
void destroyProxy(int proxyId)
moveProxy
void moveProxy(int proxyIdA,
int proxyIdB)
touchProxy
void touchProxy(int proxyId)
getFatAABB
AABB getFatAABB(int proxyId)
getUserData
java.lang.Object getUserData(int proxyId)
testOverlap
boolean testOverlap(int proxyIdA,
int proxyIdB)
getProxyCount
int getProxyCount()
query
void query(QueryCallback callback,
AABB aabb)
raycast
void raycast(RayCastCallback callback,
RayCastInput input)
getTreeHeight
int getTreeHeight()
getTreeBalance
int getTreeBalance()
getTreeQuality
float getTreeQuality()
Copyright © 2012. All Rights Reserved.