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

/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/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/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-raytrace.js493 Flog.RayTracer.Shape.Plane = Class.create();
495 Flog.RayTracer.Shape.Plane.prototype = {
539 return 'Plane [' + this.position + ', d=' + this.d + ']';
875 var plane = new Flog.RayTracer.Shape.Plane(
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-raytrace.js493 Flog.RayTracer.Shape.Plane = Class.create();
495 Flog.RayTracer.Shape.Plane.prototype = {
539 return 'Plane [' + this.position + ', d=' + this.d + ']';
875 var plane = new Flog.RayTracer.Shape.Plane(
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-raytrace.js462 Flog.RayTracer.Shape.Plane = Class.create();
464 Flog.RayTracer.Shape.Plane.prototype = {
508 return 'Plane [' + this.position + ', d=' + this.d + ']';
844 var plane = new Flog.RayTracer.Shape.Plane(

Completed in 373 milliseconds