HomeSort by relevance Sort by last modified time
    Searched refs:whichSide (Results 1 - 6 of 6) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingVolume.java 139 * <code>whichSide</code> returns the side on which the bounding volume
147 public abstract Plane.Side whichSide(Plane plane);
Intersection.java 273 if (bbox.whichSide(p) == Plane.Side.Negative) {
BoundingSphere.java 436 * <code>whichSide</code> takes a plane (typically provided by a view
443 public Plane.Side whichSide(Plane plane) {
BoundingBox.java 336 * <code>whichSide</code> takes a plane (typically provided by a view
342 public Plane.Side whichSide(Plane plane) {
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Plane.java 182 * <code>whichSide</code> returns the side at which a point lies on the
190 public Side whichSide(Vector3f point) {
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Camera.java 391 if (clipPlane.whichSide(location) == side) {
437 setClipPlane(clipPlane, clipPlane.whichSide(location));
    [all...]

Completed in 351 milliseconds