Uses of Class
com.jme.math.Plane

Packages that use Plane
com.jme.bounding   
com.jme.intersection   
com.jme.math   
com.jme.renderer   
com.jme.scene.shadow   
com.jmex.effects.particles   
com.jmex.effects.water   
 

Uses of Plane in com.jme.bounding
 

Methods in com.jme.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 BoundingCapsule.whichSide(Plane plane)
           
 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.
 Plane.Side LineBoundingBox.whichSide(Plane plane)
           
 Plane.Side OrientedBoundingBox.whichSide(Plane plane)
           
 Plane.Side OrthogonalBoundingBox.whichSide(Plane plane)
           
 

Uses of Plane in com.jme.intersection
 

Methods in com.jme.intersection with parameters of type Plane
static boolean IntersectionSphere.intersection(Plane plane, BoundingSphere sphere, Vector3f velocity, float time)
          intersection compares a dynamix sphere to a stationary plane.
 

Uses of Plane in com.jme.math
 

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

Methods in com.jme.math that return types with arguments of type Plane
 java.lang.Class<? extends Plane> Plane.getClassTag()
           
 

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

Uses of Plane in com.jme.renderer
 

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

Uses of Plane in com.jme.scene.shadow
 

Methods in com.jme.scene.shadow with parameters of type Plane
protected  float MeshShadows.getIntersectTime(Plane p, Vector3f p0, Vector3f v)
           
 

Uses of Plane in com.jmex.effects.particles
 

Methods in com.jmex.effects.particles that return Plane
 Plane FloorInfluence.getFloor()
           
 

Methods in com.jmex.effects.particles with parameters of type Plane
 void FloorInfluence.setFloor(Plane floor)
           
 

Uses of Plane in com.jmex.effects.water
 

Fields in com.jmex.effects.water declared as Plane
protected  Plane WaterRenderPass.waterPlane
           
 

Methods in com.jmex.effects.water that return Plane
 Plane WaterRenderPass.getWaterPlane()
           
 

Methods in com.jmex.effects.water with parameters of type Plane
 void WaterRenderPass.setWaterPlane(Plane waterPlane)