Uses of Class
com.jme3.collision.bih.BIHNode

Packages that use BIHNode
com.jme3.collision.bih   
 

Uses of BIHNode in com.jme3.collision.bih
 

Methods in com.jme3.collision.bih that return BIHNode
 BIHNode BIHNode.getLeftChild()
           
 BIHNode BIHNode.getRightChild()
           
 

Methods in com.jme3.collision.bih with parameters of type BIHNode
 void BIHNode.setLeftChild(BIHNode left)
           
 void BIHNode.setRightChild(BIHNode right)