クラス
com.jme3.math.Plane の使用

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   
 

com.jme3.bounding での Plane の使用
 

Plane 型のパラメータを持つ com.jme3.bounding のメソッド
 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.
 

com.jme3.bullet.collision.shapes での Plane の使用
 

Plane を返す com.jme3.bullet.collision.shapes のメソッド
 Plane PlaneCollisionShape.getPlane()
           
 

Plane 型のパラメータを持つ com.jme3.bullet.collision.shapes のコンストラクタ
PlaneCollisionShape(Plane plane)
          Creates a plane Collision shape
 

com.jme3.math での Plane の使用
 

Plane を返す com.jme3.math のメソッド
 Plane Plane.clone()
           
 

Plane 型のパラメータを持つ com.jme3.math のメソッド
 boolean Ray.intersectsWherePlane(Plane p, Vector3f loc)
           
 

com.jme3.renderer での Plane の使用
 

Plane 型のパラメータを持つ com.jme3.renderer のメソッド
 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.
 

com.jme3.util での Plane の使用
 

Plane として宣言されている com.jme3.util のフィールド
 Plane TempVars.plane
          Plane
 

com.jme3.water での Plane の使用
 

Plane を返す com.jme3.water のメソッド
 Plane SimpleWaterProcessor.getPlane()
          returns the water plane
 Plane ReflectionProcessor.getReflectionClipPlane()
          returns the reflection clip plane
 

Plane 型のパラメータを持つ com.jme3.water のメソッド
 void SimpleWaterProcessor.setPlane(Plane plane)
          Set the water plane for this processor.
 void ReflectionProcessor.setReflectionClipPlane(Plane reflectionClipPlane)
          Sets the reflection clip plane
 

Plane 型のパラメータを持つ com.jme3.water のコンストラクタ
ReflectionProcessor(Camera reflectionCam, FrameBuffer reflectionBuffer, Plane reflectionClipPlane)
          Creates a ReflectionProcessor