|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Plane | |
| com.jme.bounding | |
| com.jme.intersection | |
| com.jme.renderer | |
| com.jme.widget.bounds | |
| Uses of Plane in com.jme.bounding |
| Methods in com.jme.bounding with parameters of type Plane | |
int |
OrientedBoundingBox.whichSide(Plane plane)
|
int |
OBB2.whichSide(Plane plane)
|
int |
BoundingVolume.whichSide(Plane plane)
whichSide returns the side on which the bounding volume
lies on a plane. |
int |
BoundingSphere.whichSide(Plane plane)
whichSide takes a plane (typically provided by a view
frustum) to determine which side this bound is on. |
int |
BoundingBox.whichSide(Plane plane)
whichSide takes a plane (typically provided by a view
frustum) to determine which side this bound is on. |
| 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.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.widget.bounds |
| Methods in com.jme.widget.bounds with parameters of type Plane | |
int |
WidgetBoundingRectangle.whichSide(Plane plane)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||