Uses of Class
com.jme.bounding.OBB2

Packages that use OBB2
com.jme.bounding   
com.jme.widget.bounds   
 

Uses of OBB2 in com.jme.bounding
 

Fields in com.jme.bounding declared as OBB2
 OBB2 OBBTree.bounds
          Untransformed bounds of this tree.
 OBB2 OBBTree.worldBounds
          This tree's bounds after transformation.
 

Methods in com.jme.bounding with parameters of type OBB2
 boolean OrientedBoundingBox.intersectsOBB2(OBB2 obb)
           
 boolean OBB2.intersection(OBB2 box1)
           
 boolean OBB2.intersectsOBB2(OBB2 obb)
           
 boolean BoundingVolume.intersectsOBB2(OBB2 obb)
          determines if this bounding volume and a given oriented bounding box are intersecting.
 boolean BoundingSphere.intersectsOBB2(OBB2 obb)
           
 boolean BoundingBox.intersectsOBB2(OBB2 obb)
          determines if this bounding box intersects with a given OBB2 bounding.
 

Uses of OBB2 in com.jme.widget.bounds
 

Methods in com.jme.widget.bounds with parameters of type OBB2
 boolean WidgetBoundingRectangle.intersectsOBB2(OBB2 obb)