HomeSort by relevance Sort by last modified time
    Searched defs:whichSide (Results 1 - 4 of 4) 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);
BoundingBox.java 336 * <code>whichSide</code> takes a plane (typically provided by a view
342 public Plane.Side whichSide(Plane plane) {
    [all...]
BoundingSphere.java 436 * <code>whichSide</code> takes a plane (typically provided by a view
443 public Plane.Side whichSide(Plane plane) {
  /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) {

Completed in 72 milliseconds