Search in sources :

Example 1 with DynamicTree

use of org.jbox2d.collision.broadphase.DynamicTree 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)1 DynamicTree (org.jbox2d.collision.broadphase.DynamicTree)1 Test (org.junit.Test)1