Searched defs:Plane (Results 1 - 7 of 7) sorted by relevance

/external/dng_sdk/source/
H A Ddng_misc_opcodes.h109 const uint32 Plane () const function in class:dng_area_spec
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DPlane.java40 * <code>Plane</code> defines a plane where Normal dot (x,y,z) = Constant.
48 public class Plane implements Savable, Cloneable, java.io.Serializable { class in inherits:Savable,Cloneable,java.io.Serializable
53 .getLogger(Plane.class.getName());
72 * Constructor instantiates a new <code>Plane</code> object. This is the
75 public Plane() { method in class:Plane
79 * Constructor instantiates a new <code>Plane</code> object. The normal
87 public Plane(Vector3f normal, float constant) { method in class:Plane
231 * Initialize the Plane using the given 3 points as coplanar.
251 * com.jme.math.Plane [Normal: org.jme.math.Vector3f [X=XX.XXXX, Y=YY.YYYY,
275 public Plane clon
[all...]
/external/eigen/test/
H A Dgeo_hyperplane.cpp120 typedef Hyperplane<Scalar, 3> Plane; typedef
134 Plane p0 = Plane::Through(v0, v1, v2);
/external/v8/benchmarks/
H A Draytrace.js467 Flog.RayTracer.Shape.Plane = Class.create();
469 Flog.RayTracer.Shape.Plane.prototype = {
513 return 'Plane [' + this.position + ', d=' + this.d + ']';
849 var plane = new Flog.RayTracer.Shape.Plane(
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 253 milliseconds