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

Packages that use BIHTree
com.jme3.collision.bih   
 

Uses of BIHTree in com.jme3.collision.bih
 

Methods in com.jme3.collision.bih with parameters of type BIHTree
 int BIHNode.intersectBrute(Ray r, Matrix4f worldMatrix, BIHTree tree, float sceneMin, float sceneMax, CollisionResults results)
           
 int BIHNode.intersectWhere(Collidable col, BoundingBox box, Matrix4f worldMatrix, BIHTree tree, CollisionResults results)
           
 int BIHNode.intersectWhere(Ray r, Matrix4f worldMatrix, BIHTree tree, float sceneMin, float sceneMax, CollisionResults results)