Searched refs:Side (Results 1 - 12 of 12) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DPlane.java55 public static enum Side { enum in class:Plane
190 public Side whichSide(Vector3f point) {
193 return Side.Negative;
195 return Side.Positive;
197 return Side.None;
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
H A DReflectionProcessor.java65 reflectionCam.setClipPlane(reflectionClipPlane, Plane.Side.Positive);//,1
H A DSimpleWaterProcessor.java576 refractionCam.setClipPlane(refractionClipPlane, Plane.Side.Negative);//,-1
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
H A DBoundingVolume.java147 public abstract Plane.Side whichSide(Plane plane);
H A DBoundingSphere.java443 public Plane.Side whichSide(Plane plane) {
447 return Plane.Side.Negative;
449 return Plane.Side.Positive;
451 return Plane.Side.None;
H A DBoundingBox.java342 public Plane.Side whichSide(Plane plane) {
351 return Plane.Side.Negative;
353 return Plane.Side.Positive;
355 return Plane.Side.None;
H A DIntersection.java273 if (bbox.whichSide(p) == Plane.Side.Negative) {
/external/skia/include/core/
H A DSkPoint.h397 enum Side { enum in struct:SkPoint
410 Side* side = NULL) const;
419 Side* side = NULL) const {
442 void setOrthog(const SkPoint& vec, Side side = kLeft_Side) {
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DCamera.java385 public void setClipPlane(Plane clipPlane, Plane.Side side) {
387 if (side == Plane.Side.Negative) {
1030 Plane.Side side = bound.whichSide(worldPlane[planeId]);
1032 if (side == Plane.Side.Negative) {
1036 } else if (side == Plane.Side.Positive) {
/external/skia/src/core/
H A DSkPoint.cpp386 Side* side) const {
397 *side = (Side) SkScalarSignAsInt(det);
/external/clang/lib/Analysis/
H A DThreadSafety.cpp883 const FactSet &getSet(CFGBlockSide Side) const {
884 return Side == CBS_Entry ? EntrySet : ExitSet;
886 SourceLocation getLocation(CFGBlockSide Side) const {
887 return Side == CBS_Entry ? EntryLoc : ExitLoc;
/external/skia/src/gpu/
H A DGrAAConvexPathRenderer.cpp110 GrPoint::Side normSide;

Completed in 432 milliseconds