Search in sources :

Example 21 with AABB

use of org.jbox2d.collision.AABB in project Bytecoder by mirkosertic.

the class JBox2DTest method testDynamicTree.

@Test
public void testDynamicTree() {
    DynamicTree theTree = new DynamicTree();
    theTree.createProxy(new AABB(), "TEST");
}
Also used : DynamicTree(org.jbox2d.collision.broadphase.DynamicTree) AABB(org.jbox2d.collision.AABB) Test(org.junit.Test)

Aggregations

AABB (org.jbox2d.collision.AABB)21 Vec2 (org.jbox2d.common.Vec2)8 DynamicTree (org.jbox2d.collision.broadphase.DynamicTree)1 Shape (org.jbox2d.collision.shapes.Shape)1 Transform (org.jbox2d.common.Transform)1 Contact (org.jbox2d.dynamics.contacts.Contact)1 Joint (org.jbox2d.dynamics.joints.Joint)1 PulleyJoint (org.jbox2d.dynamics.joints.PulleyJoint)1 ParticleBodyContact (org.jbox2d.particle.ParticleBodyContact)1 ParticleContact (org.jbox2d.particle.ParticleContact)1 Test (org.junit.Test)1