Uses of Class
org.jbox2d.collision.AABB
-
-
Uses of AABB in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type AABB Modifier and Type Method Description voidAABB. combine(AABB aabb)Combines another aabb with this onevoidAABB. combine(AABB aabb1, AABB aab)Combine two AABBs into this one.booleanAABB. contains(AABB aabb)Does this aabb contain the provided AABB.voidAABB. set(AABB aabb)Sets this object from the given objectstatic booleanAABB. testOverlap(AABB a, AABB b)Constructors in org.jbox2d.collision with parameters of type AABB Constructor Description AABB(AABB copy)Copies from the given object -
Uses of AABB in org.jbox2d.collision.broadphase
Fields in org.jbox2d.collision.broadphase declared as AABB Modifier and Type Field Description private AABBDynamicTree. aabbAABBDynamicTreeNode. aabbEnlarged AABBprivate AABBDynamicTree. combinedAABBMethods in org.jbox2d.collision.broadphase that return AABB Modifier and Type Method Description AABBBroadPhase. getFatAABB(int proxyId)AABBBroadPhaseStrategy. getFatAABB(int proxyId)AABBDynamicTree. getFatAABB(int proxyId)Methods in org.jbox2d.collision.broadphase with parameters of type AABB Modifier and Type Method Description intBroadPhase. createProxy(AABB aabb, java.lang.Object userData)Create a proxy with an initial AABB.intBroadPhaseStrategy. createProxy(AABB aabb, java.lang.Object userData)Create a proxy.intDynamicTree. createProxy(AABB aabb, java.lang.Object userData)voidBroadPhase. moveProxy(int proxyId, AABB aabb, Vec2 displacement)Call MoveProxy as many times as you like, then when you are done call UpdatePairs to finalized the proxy pairs (for your time step).booleanBroadPhaseStrategy. moveProxy(int proxyId, AABB aabb, Vec2 displacement)Move a proxy with a swepted AABB.booleanDynamicTree. moveProxy(int proxyId, AABB aabb, Vec2 displacement)voidBroadPhase. query(TreeCallback callback, AABB aabb)Query an AABB for overlapping proxies.voidBroadPhaseStrategy. query(TreeCallback callback, AABB aabb)Query an AABB for overlapping proxies.voidDynamicTree. query(TreeCallback callback, AABB aabb) -
Uses of AABB in org.jbox2d.collision.shapes
Methods in org.jbox2d.collision.shapes with parameters of type AABB Modifier and Type Method Description voidChainShape. computeAABB(AABB aabb, Transform xf, int childIndex)voidCircleShape. computeAABB(AABB aabb, Transform transform, int childIndex)voidEdgeShape. computeAABB(AABB aabb, Transform xf, int childIndex)voidPolygonShape. computeAABB(AABB aabb, Transform xf, int childIndex)abstract voidShape. computeAABB(AABB aabb, Transform xf, int childIndex)Given a transform, compute the associated axis aligned bounding box for a child shape. -
Uses of AABB in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as AABB Modifier and Type Field Description (package private) AABBFixtureProxy. aabbprivate AABBFixture. pool1private AABBFixture. pool2Methods in org.jbox2d.dynamics that return AABB Modifier and Type Method Description AABBFixture. getAABB(int childIndex)Get the fixture's AABB.Methods in org.jbox2d.dynamics with parameters of type AABB Modifier and Type Method Description voidWorld. queryAABB(QueryCallback callback, AABB aabb)Query the world for all fixtures that potentially overlap the provided AABB. -
Uses of AABB in org.jbox2d.pooling
Methods in org.jbox2d.pooling that return AABB Modifier and Type Method Description AABBIWorldPool. popAABB()AABB[]IWorldPool. popAABB(int num) -
Uses of AABB in org.jbox2d.pooling.normal
Fields in org.jbox2d.pooling.normal with type parameters of type AABB Modifier and Type Field Description private OrderedStack<AABB>DefaultWorldPool. aabbsMethods in org.jbox2d.pooling.normal that return AABB Modifier and Type Method Description AABBDefaultWorldPool. popAABB()AABB[]DefaultWorldPool. popAABB(int argNum) -
Uses of AABB in org.jbox2d.testbed.framework
Fields in org.jbox2d.testbed.framework declared as AABB Modifier and Type Field Description private AABBTestbedTest. aabbprivate AABBTestbedTest. queryAABB -
Uses of AABB in org.jbox2d.testbed.framework.j2d
Methods in org.jbox2d.testbed.framework.j2d with parameters of type AABB Modifier and Type Method Description voidDebugDrawJ2D. drawAABB(AABB argAABB, Color3f color) -
Uses of AABB in org.jbox2d.testbed.tests
Fields in org.jbox2d.testbed.tests declared as AABB Modifier and Type Field Description (package private) AABBDynamicTreeTest.Actor. aabb(package private) AABBDynamicTreeTest. m_queryAABBMethods in org.jbox2d.testbed.tests with parameters of type AABB Modifier and Type Method Description voidDynamicTreeTest. GetRandomAABB(AABB aabb)voidDynamicTreeTest. MoveAABB(AABB aabb)
-