public class AxisSweep3_32 extends AxisSweep3Internal
AxisSweep3 sweep and prune. This comes at the cost of more memory
per handle, and a bit slower performance.| Constructor and Description |
|---|
AxisSweep3_32(Vector3f worldAabbMin,
Vector3f worldAabbMax) |
AxisSweep3_32(Vector3f worldAabbMin,
Vector3f worldAabbMax,
int maxHandles) |
AxisSweep3_32(Vector3f worldAabbMin,
Vector3f worldAabbMax,
int maxHandles,
OverlappingPairCache pairCache) |
addHandle, calculateOverlappingPairs, createProxy, destroyProxy, getBroadphaseAabb, getHandle, getNumHandles, getOverlappingPairCache, getOverlappingPairUserCallback, printStats, removeHandle, setAabb, setOverlappingPairUserCallback, testAabbOverlap, updateHandlepublic AxisSweep3_32(Vector3f worldAabbMin, Vector3f worldAabbMax, int maxHandles, OverlappingPairCache pairCache)