Uses of Class
org.jbox2d.collision.AABB
Packages that use AABB
Package
Description
-
Uses of AABB in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type AABBModifier and TypeMethodDescriptionfinal voidCombines another aabb with this onefinal voidCombine two AABBs into this one.final booleanDoes this aabb contain the provided AABB.final voidSets this object from the given objectstatic final booleanAABB.testOverlap(AABB a, AABB b) Constructors in org.jbox2d.collision with parameters of type AABB -
Uses of AABB in org.jbox2d.collision.broadphase
Fields in org.jbox2d.collision.broadphase declared as AABBModifier and TypeFieldDescriptionprivate final AABBDynamicTree.aabbfinal AABBDynamicTreeNode.aabbEnlarged AABBprivate final AABBDynamicTree.combinedAABBMethods in org.jbox2d.collision.broadphase that return AABBModifier and TypeMethodDescriptionBroadPhase.getFatAABB(int proxyId) BroadPhaseStrategy.getFatAABB(int proxyId) final AABBDynamicTree.getFatAABB(int proxyId) Methods in org.jbox2d.collision.broadphase with parameters of type AABBModifier and TypeMethodDescriptionfinal 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.final intDynamicTree.createProxy(AABB aabb, java.lang.Object userData) final voidCall MoveProxy as many times as you like, then when you are done call UpdatePairs to finalized the proxy pairs (for your time step).booleanMove a proxy with a swepted AABB.final booleanfinal voidBroadPhase.query(TreeCallback callback, AABB aabb) Query an AABB for overlapping proxies.voidBroadPhaseStrategy.query(TreeCallback callback, AABB aabb) Query an AABB for overlapping proxies.final voidDynamicTree.query(TreeCallback callback, AABB aabb) -
Uses of AABB in org.jbox2d.collision.shapes
Methods in org.jbox2d.collision.shapes with parameters of type AABBModifier and TypeMethodDescriptionvoidChainShape.computeAABB(AABB aabb, Transform xf, int childIndex) final voidCircleShape.computeAABB(AABB aabb, Transform transform, int childIndex) voidEdgeShape.computeAABB(AABB aabb, Transform xf, int childIndex) final 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 AABBModifier and TypeFieldDescription(package private) final AABBFixtureProxy.aabbprivate final AABBFixture.pool1private final AABBFixture.pool2Methods in org.jbox2d.dynamics that return AABBMethods in org.jbox2d.dynamics with parameters of type AABBModifier and TypeMethodDescriptionvoidWorld.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 -
Uses of AABB in org.jbox2d.pooling.normal
Fields in org.jbox2d.pooling.normal with type parameters of type AABBMethods in org.jbox2d.pooling.normal that return AABB -
Uses of AABB in org.jbox2d.testbed.framework
Fields in org.jbox2d.testbed.framework declared as AABB -
Uses of AABB in org.jbox2d.testbed.framework.j2d
Methods in org.jbox2d.testbed.framework.j2d with parameters of type AABB -
Uses of AABB in org.jbox2d.testbed.tests
Fields in org.jbox2d.testbed.tests declared as AABBModifier and TypeFieldDescription(package private) AABBDynamicTreeTest.Actor.aabb(package private) AABBDynamicTreeTest.m_queryAABBMethods in org.jbox2d.testbed.tests with parameters of type AABB