Home
last modified time | relevance | path

Searched refs:whichSide (Results 1 – 6 of 6) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
DBoundingVolume.java147 public abstract Plane.Side whichSide(Plane plane); in whichSide() method in BoundingVolume
DIntersection.java273 if (bbox.whichSide(p) == Plane.Side.Negative) { in intersect()
DBoundingSphere.java443 public Plane.Side whichSide(Plane plane) { in whichSide() method in BoundingSphere
DBoundingBox.java342 public Plane.Side whichSide(Plane plane) { in whichSide() method in BoundingBox
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DPlane.java190 public Side whichSide(Vector3f point) { in whichSide() method in Plane
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DCamera.java391 if (clipPlane.whichSide(location) == side) { in setClipPlane()
437 setClipPlane(clipPlane, clipPlane.whichSide(location)); in setClipPlane()
1030 Plane.Side side = bound.whichSide(worldPlane[planeId]); in contains()