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

Plane.Side を使用しているパッケージ
com.jme3.bounding   
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.bounding での Plane.Side の使用
 

Plane.Side を返す 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.math での Plane.Side の使用
 

Plane.Side を返す com.jme3.math のメソッド
static Plane.Side Plane.Side.valueOf(java.lang.String name)
          指定した名前を持つこの型の列挙型定数を返します。
static Plane.Side[] Plane.Side.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 Plane.Side Plane.whichSide(Vector3f point)
          whichSide returns the side at which a point lies on the plane.
 

com.jme3.renderer での Plane.Side の使用
 

Plane.Side 型のパラメータを持つ com.jme3.renderer のメソッド
 void Camera.setClipPlane(Plane clipPlane, Plane.Side side)
          Sets a clipPlane for this camera.