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 void
Combines another aabb with this onefinal void
Combine two AABBs into this one.final boolean
Does this aabb contain the provided AABB.final void
Sets this object from the given objectstatic final boolean
AABB.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 AABB
DynamicTree.aabb
final AABB
DynamicTreeNode.aabb
Enlarged AABBprivate final AABB
DynamicTree.combinedAABB
Methods in org.jbox2d.collision.broadphase that return AABBModifier and TypeMethodDescriptionBroadPhase.getFatAABB
(int proxyId) BroadPhaseStrategy.getFatAABB
(int proxyId) final AABB
DynamicTree.getFatAABB
(int proxyId) Methods in org.jbox2d.collision.broadphase with parameters of type AABBModifier and TypeMethodDescriptionfinal int
BroadPhase.createProxy
(AABB aabb, java.lang.Object userData) Create a proxy with an initial AABB.int
BroadPhaseStrategy.createProxy
(AABB aabb, java.lang.Object userData) Create a proxy.final int
DynamicTree.createProxy
(AABB aabb, java.lang.Object userData) final void
Call MoveProxy as many times as you like, then when you are done call UpdatePairs to finalized the proxy pairs (for your time step).boolean
Move a proxy with a swepted AABB.final boolean
final void
BroadPhase.query
(TreeCallback callback, AABB aabb) Query an AABB for overlapping proxies.void
BroadPhaseStrategy.query
(TreeCallback callback, AABB aabb) Query an AABB for overlapping proxies.final void
DynamicTree.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 TypeMethodDescriptionvoid
ChainShape.computeAABB
(AABB aabb, Transform xf, int childIndex) final void
CircleShape.computeAABB
(AABB aabb, Transform transform, int childIndex) void
EdgeShape.computeAABB
(AABB aabb, Transform xf, int childIndex) final void
PolygonShape.computeAABB
(AABB aabb, Transform xf, int childIndex) abstract void
Shape.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 AABB
FixtureProxy.aabb
private final AABB
Fixture.pool1
private final AABB
Fixture.pool2
Methods in org.jbox2d.dynamics that return AABBMethods in org.jbox2d.dynamics with parameters of type AABBModifier and TypeMethodDescriptionvoid
World.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) AABB
DynamicTreeTest.Actor.aabb
(package private) AABB
DynamicTreeTest.m_queryAABB
Methods in org.jbox2d.testbed.tests with parameters of type AABB