Class DynamicTreeNode

java.lang.Object
org.jbox2d.collision.broadphase.DynamicTreeNode

public class DynamicTreeNode extends Object
Author:
Daniel Murphy
  • Field Details

    • aabb

      public final AABB aabb
      The enlarged axis-aligned bounding box.
    • userData

      public Object userData
    • parent

      protected DynamicTreeNode parent
    • child1

      protected DynamicTreeNode child1
    • child2

      protected DynamicTreeNode child2
    • id

      protected final int id
    • height

      protected int height
  • Constructor Details

    • DynamicTreeNode

      protected DynamicTreeNode(int id)
  • Method Details

    • getUserData

      public Object getUserData()
    • setUserData

      public void setUserData(Object argData)