Class DynamicTreeNode

java.lang.Object
com.codename1.gaming.physics.box2d.collision.broadphase.DynamicTreeNode

public class DynamicTreeNode extends Object
  • Field Details

    • aabb

      public final AABB aabb
    • userData

      public Object userData
    • parent

      protected DynamicTreeNode parent
    • child1

      protected DynamicTreeNode child1
    • child2

      protected DynamicTreeNode child2
    • id

      protected final int id
    • leaf

      protected boolean leaf
    • height

      protected int height
  • Constructor Details

    • DynamicTreeNode

      protected DynamicTreeNode(int id)
  • Method Details

    • isLeaf

      public final boolean isLeaf()
    • getUserData

      public Object getUserData()
    • setUserData

      public void setUserData(Object argData)