/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
D | PlaneCollisionShape.java | 14 import com.jme3.math.Plane; 22 private Plane plane; 31 public PlaneCollisionShape(Plane plane) { in PlaneCollisionShape() 36 public final Plane getPlane() { in getPlane() 43 capsule.write(plane, "collisionPlane", new Plane()); in write() 49 plane = (Plane) capsule.readSavable("collisionPlane", new Plane()); in read()
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
D | PlaneCollisionShape.java | 12 import com.jme3.math.Plane; 23 private Plane plane; 32 public PlaneCollisionShape(Plane plane) { in PlaneCollisionShape() 37 public final Plane getPlane() { in getPlane() 44 capsule.write(plane, "collisionPlane", new Plane()); in write() 50 plane = (Plane) capsule.readSavable("collisionPlane", new Plane()); in read()
|
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/ |
D | ReflectionProcessor.java | 7 import com.jme3.math.Plane; 25 private Plane reflectionClipPlane; 33 …public ReflectionProcessor(Camera reflectionCam, FrameBuffer reflectionBuffer, Plane reflectionCli… in ReflectionProcessor() 65 reflectionCam.setClipPlane(reflectionClipPlane, Plane.Side.Positive);//,1 in postQueue() 114 public Plane getReflectionClipPlane() { in getReflectionClipPlane() 122 public void setReflectionClipPlane(Plane reflectionClipPlane) { in setReflectionClipPlane()
|
D | SimpleWaterProcessor.java | 107 protected Plane plane = new Plane(Vector3f.UNIT_Y, Vector3f.ZERO.dot(Vector3f.UNIT_Y)); 119 private Plane reflectionClipPlane; 120 private Plane refractionClipPlane; 374 public Plane getPlane() { in getPlane() 382 public void setPlane(Plane plane) { in setPlane() 576 refractionCam.setClipPlane(refractionClipPlane, Plane.Side.Negative);//,-1 in preFrame()
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
D | Plane.java | 24 public class Plane implements Serializable { class 41 public Plane () { in Plane() method in Plane 49 public Plane (Vector3 normal, float d) { in Plane() method in Plane 58 public Plane (Vector3 normal, Vector3 point) { in Plane() method in Plane 69 public Plane (Vector3 point1, Vector3 point2, Vector3 point3) { in Plane() method in Plane 174 public void set (Plane plane) { in set()
|
D | Frustum.java | 22 import com.badlogic.gdx.math.Plane.PlaneSide; 45 public final Plane[] planes = new Plane[6]; 54 planes[i] = new Plane(new Vector3(), 0); in Frustum()
|
D | Intersector.java | 23 import com.badlogic.gdx.math.Plane.PlaneSide; 85 …public static boolean intersectSegmentPlane (Vector3 start, Vector3 end, Plane plane, Vector3 inte… in intersectSegmentPlane() 330 public static boolean intersectRayPlane (Ray ray, Plane plane, Vector3 intersection) { in intersectRayPlane() 338 } else if (plane.testPoint(ray.origin) == Plane.PlaneSide.OnPlane) { in intersectRayPlane() 355 …tic float intersectLinePlane (float x, float y, float z, float x2, float y2, float z2, Plane plane, in intersectLinePlane() 364 } else if (plane.testPoint(origin) == Plane.PlaneSide.OnPlane) { in intersectLinePlane() 372 private static final Plane p = new Plane(new Vector3(), 0); 1116 public static void splitTriangle (float[] triangle, Plane plane, SplitTriangle split) { 1217 …private static void splitEdge (float[] vertices, int s, int e, int stride, Plane plane, float[] sp…
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Plane.java | 48 public class Plane implements Savable, Cloneable, java.io.Serializable { class 53 .getLogger(Plane.class.getName()); 75 public Plane() { in Plane() method in Plane 87 public Plane(Vector3f normal, float constant) { in Plane() method in Plane 275 public Plane clone() { in clone() 277 Plane p = (Plane) super.clone(); in clone()
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/utils/ |
D | PerspectiveCamController.java | 23 import com.badlogic.gdx.math.Plane; 65 Plane lookAtPlane = new Plane(new Vector3(0, 1, 0), 0);
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
D | Camera.java | 185 protected Plane[] worldPlane; 210 worldPlane = new Plane[MAX_WORLD_PLANES]; in Camera() 212 worldPlane[i] = new Plane(); in Camera() 259 cam.worldPlane = new Plane[MAX_WORLD_PLANES]; in clone() 385 public void setClipPlane(Plane clipPlane, Plane.Side side) { in setClipPlane() 387 if (side == Plane.Side.Negative) { in setClipPlane() 436 public void setClipPlane(Plane clipPlane) { in setClipPlane() 1030 Plane.Side side = bound.whichSide(worldPlane[planeId]); in contains() 1032 if (side == Plane.Side.Negative) { in contains() 1036 } else if (side == Plane.Side.Positive) { in contains()
|
/external/dng_sdk/source/ |
D | dng_misc_opcodes.cpp | 411 for (uint32 plane = fAreaSpec.Plane (); in ProcessArea() 412 plane < fAreaSpec.Plane () + fAreaSpec.Planes () && in ProcessArea() 634 for (uint32 plane = fAreaSpec.Plane (); in ProcessArea() 635 plane < fAreaSpec.Plane () + fAreaSpec.Planes () && in ProcessArea() 996 for (uint32 plane = fAreaSpec.Plane (); in ProcessArea() 997 plane < fAreaSpec.Plane () + fAreaSpec.Planes () && in ProcessArea() 1203 for (uint32 plane = fAreaSpec.Plane (); in ProcessArea() 1204 plane < fAreaSpec.Plane () + fAreaSpec.Planes () && in ProcessArea() 1382 for (uint32 plane = fAreaSpec.Plane (); in ProcessArea() 1383 plane < fAreaSpec.Plane () + fAreaSpec.Planes () && in ProcessArea() [all …]
|
D | dng_gain_map.cpp | 559 for (uint32 plane = fAreaSpec.Plane (); in ProcessArea() 560 plane < fAreaSpec.Plane () + fAreaSpec.Planes () && in ProcessArea()
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
D | TestKinematicAddToPhysicsSpaceIssue.java | 14 import com.jme3.math.Plane; 70 …estHelper.createPhysicsTestNode(assetManager, new PlaneCollisionShape(new Plane(new Vector3f(0, 1,… in simpleInitApp()
|
D | TestSimplePhysics.java | 39 import com.jme3.math.Plane; 96 …estHelper.createPhysicsTestNode(assetManager, new PlaneCollisionShape(new Plane(new Vector3f(0, 1,… in simpleInitApp()
|
D | TestLocalPhysics.java | 39 import com.jme3.math.Plane; 101 …estHelper.createPhysicsTestNode(assetManager, new PlaneCollisionShape(new Plane(new Vector3f(0, 1,… in simpleInitApp()
|
D | TestPhysicsReadWrite.java | 44 import com.jme3.math.Plane; 108 …estHelper.createPhysicsTestNode(assetManager, new PlaneCollisionShape(new Plane(new Vector3f(0, 1,… in simpleInitApp()
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
D | BoundingVolume.java | 147 public abstract Plane.Side whichSide(Plane plane); in whichSide()
|
D | Intersection.java | 35 import com.jme3.math.Plane; 270 Plane p = vars.plane; in intersect() 273 if (bbox.whichSide(p) == Plane.Side.Negative) { in intersect()
|
D | BoundingSphere.java | 443 public Plane.Side whichSide(Plane plane) { in whichSide() 447 return Plane.Side.Negative; in whichSide() 449 return Plane.Side.Positive; in whichSide() 451 return Plane.Side.None; in whichSide()
|
D | BoundingBox.java | 342 public Plane.Side whichSide(Plane plane) { in whichSide() 351 return Plane.Side.Negative; in whichSide() 353 return Plane.Side.Positive; in whichSide() 355 return Plane.Side.None; in whichSide()
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
D | TempVars.java | 202 public final Plane plane = new Plane();
|
/external/eigen/test/ |
D | geo_hyperplane.cpp | 120 typedef Hyperplane<Scalar, 3> Plane; in planes() typedef 134 Plane p0 = Plane::Through(v0, v1, v2); in planes()
|
/external/libgdx/gdx/test/com/badlogic/gdx/math/ |
D | IntersectorTest.java | 45 Plane plane = new Plane(new Vector3(1, 0, 0), 0); in testSplitTriangle()
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/ |
D | OcclusionCuller.java | 21 import com.badlogic.gdx.math.Plane; 164 Plane plane = frustum.planes[i]; in setFrustumPlanes()
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/ |
D | Sky.j3md | 1 MaterialDef Sky Plane {
|