Uses of Class
com.jme3.math.Plane

Packages that use Plane
com.jme3.bounding   
com.jme3.bullet.collision.shapes   
com.jme3.math The com.jme3.math package provides mathematic data structures and utilities which are used by the rest of the engine. 
com.jme3.renderer The com.jme3.renderer package provides classes responsible for rendering. 
com.jme3.util   
com.jme3.water   
 

Uses of Plane in com.jme3.bounding
 

Methods in com.jme3.bounding with parameters of type Plane
 Plane.Side BoundingBox.whichSide(Plane plane)
          whichSide takes a plane (typically provided by a view frustum) to determine which side this bound is on.
 Plane.Side BoundingSphere.whichSide(Plane plane)
          whichSide takes a plane (typically provided by a view frustum) to determine which side this bound is on.
abstract  Plane.Side BoundingVolume.whichSide(Plane plane)
          whichSide returns the side on which the bounding volume lies on a plane.
 

Uses of Plane in com.jme3.bullet.collision.shapes
 

Methods in com.jme3.bullet.collision.shapes that return Plane
 Plane PlaneCollisionShape.getPlane()
           
 

Constructors in com.jme3.bullet.collision.shapes with parameters of type Plane
PlaneCollisionShape(Plane plane)
          Creates a plane Collision shape
 

Uses of Plane in com.jme3.math
 

Methods in com.jme3.math that return Plane
 Plane Plane.clone()
           
 

Methods in com.jme3.math with parameters of type Plane
 boolean Ray.intersectsWherePlane(Plane p, Vector3f loc)
           
 

Uses of Plane in com.jme3.renderer
 

Fields in com.jme3.renderer declared as Plane
protected  Plane[] Camera.worldPlane
          Array holding the planes that this camera will check for culling.
 

Methods in com.jme3.renderer with parameters of type Plane
 void Camera.setClipPlane(Plane clipPlane)
          Sets a clipPlane for this camera.
 void Camera.setClipPlane(Plane clipPlane, Plane.Side side)
          Sets a clipPlane for this camera.
 

Uses of Plane in com.jme3.util
 

Fields in com.jme3.util declared as Plane
 Plane TempVars.plane
          Plane
 

Uses of Plane in com.jme3.water
 

Fields in com.jme3.water declared as Plane
protected  Plane SimpleWaterProcessor.plane
           
 

Methods in com.jme3.water that return Plane
 Plane SimpleWaterProcessor.getPlane()
          returns the water plane
 Plane ReflectionProcessor.getReflectionClipPlane()
          returns the reflection clip plane
 

Methods in com.jme3.water with parameters of type Plane
 void SimpleWaterProcessor.setPlane(Plane plane)
          Set the water plane for this processor.
 void ReflectionProcessor.setReflectionClipPlane(Plane reflectionClipPlane)
          Sets the reflection clip plane
 

Constructors in com.jme3.water with parameters of type Plane
ReflectionProcessor(Camera reflectionCam, FrameBuffer reflectionBuffer, Plane reflectionClipPlane)
          Creates a ReflectionProcessor