Interface BroadPhaseStrategy
- All Known Implementing Classes:
DynamicTree
public interface BroadPhaseStrategy
-
Method Summary
Modifier and TypeMethodDescriptionintintcreateProxy(AABB aabb, Object userData) voiddestroyProxy(int proxyId) voidfloatgetFatAABB(int proxyId) intintintgetUserData(int proxyId) booleanvoidquery(TreeCallback callback, AABB aabb) voidraycast(TreeRayCastCallback callback, RayCastInput input)
-
Method Details
-
createProxy
-
destroyProxy
void destroyProxy(int proxyId) -
moveProxy
-
getUserData
-
getFatAABB
-
query
-
raycast
-
computeHeight
int computeHeight() -
getHeight
int getHeight() -
getMaxBalance
int getMaxBalance() -
getAreaRatio
float getAreaRatio() -
getInsertionCount
int getInsertionCount() -
drawTree
-