Uses of Class
com.jme.renderer.Camera.FrustumIntersect

Packages that use Camera.FrustumIntersect
com.jme.renderer   
com.jme.scene   
 

Uses of Camera.FrustumIntersect in com.jme.renderer
 

Methods in com.jme.renderer that return Camera.FrustumIntersect
 Camera.FrustumIntersect AbstractCamera.contains(BoundingVolume bound)
          culled tests a bounding volume against the planes of the camera's frustum.
 Camera.FrustumIntersect Camera.contains(BoundingVolume bound)
          culled tests a bounding volume against the planes of the camera's frustum.
static Camera.FrustumIntersect Camera.FrustumIntersect.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Camera.FrustumIntersect[] Camera.FrustumIntersect.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Camera.FrustumIntersect in com.jme.scene
 

Fields in com.jme.scene declared as Camera.FrustumIntersect
protected  Camera.FrustumIntersect Spatial.frustrumIntersects
           
 

Methods in com.jme.scene that return Camera.FrustumIntersect
 Camera.FrustumIntersect Spatial.getLastFrustumIntersection()
          Returns this spatial's last frustum intersection result.
 

Methods in com.jme.scene with parameters of type Camera.FrustumIntersect
 void Spatial.setLastFrustumIntersection(Camera.FrustumIntersect intersects)
          Overrides the last intersection result.