Searched defs:Plane (Results 1 - 7 of 7) sorted by relevance
/external/dng_sdk/source/ |
H A D | dng_misc_opcodes.h | 109 const uint32 Plane () const function in class:dng_area_spec
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
H A D | Plane.java | 40 * <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 D | geo_hyperplane.cpp | 120 typedef Hyperplane<Scalar, 3> Plane; typedef 134 Plane p0 = Plane::Through(v0, v1, v2);
|
/external/v8/benchmarks/ |
H A D | raytrace.js | 467 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 D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
Completed in 115 milliseconds