Uses of Class
com.jme.bounding.OBBTree

Packages that use OBBTree
com.jme.bounding   
 

Uses of OBBTree in com.jme.bounding
 

Methods in com.jme.bounding with parameters of type OBBTree
 boolean OBBTree.intersect(OBBTree collisionTree)
          Returns true if this OBBTree intersects the given OBBTree.
 boolean OBBTree.intersect(OBBTree collisionTree, java.util.ArrayList aList, java.util.ArrayList bList)
          Stores in the given array list all indexes of triangle intersection between the two OBBTree.