Uses of Class
com.jme.math.Plane.Side

Packages that use Plane.Side
com.jme.bounding   
com.jme.math   
 

Uses of Plane.Side in com.jme.bounding
 

Methods in com.jme.bounding that return Plane.Side
 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.Side in com.jme.math
 

Methods in com.jme.math that return Plane.Side
static Plane.Side Plane.Side.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Plane.Side[] Plane.Side.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 Plane.Side Plane.whichSide(Vector3f p)
          Determine on which side of this plane the point p lies.