Searched refs:whichSide (Results 1 – 6 of 6) sorted by relevance
147 public abstract Plane.Side whichSide(Plane plane); in whichSide() method in BoundingVolume
273 if (bbox.whichSide(p) == Plane.Side.Negative) { in intersect()
443 public Plane.Side whichSide(Plane plane) { in whichSide() method in BoundingSphere
342 public Plane.Side whichSide(Plane plane) { in whichSide() method in BoundingBox
190 public Side whichSide(Vector3f point) { in whichSide() method in Plane
391 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()