Searched defs:Sphere (Results 1 - 6 of 6) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DSphere.java32 // $Id: Sphere.java 4163 2009-03-25 01:14:55Z matt.yellen $
50 * <code>Sphere</code> represents a 3D object with all points equidistance
56 public class Sphere extends Mesh { class in inherits:Mesh
87 public Sphere() { method in class:Sphere
102 public Sphere(int zSamples, int radialSamples, float radius) { method in class:Sphere
120 public Sphere(int zSamples, int radialSamples, float radius, boolean useEvenSlices, boolean interior) { method in class:Sphere
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
H A DBoundingVolume.java59 Sphere, enum constant in enum:BoundingVolume.Type
/external/v8/benchmarks/
H A Draytrace.js417 Flog.RayTracer.Shape.Sphere = Class.create();
419 Flog.RayTracer.Shape.Sphere.prototype = {
459 return 'Sphere [position=' + this.position + ', radius=' + this.radius + ']';
825 var sphere = new Flog.RayTracer.Shape.Sphere(
837 var sphere1 = new Flog.RayTracer.Shape.Sphere(
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-raytrace.js443 Flog.RayTracer.Shape.Sphere = Class.create();
445 Flog.RayTracer.Shape.Sphere.prototype = {
485 return 'Sphere [position=' + this.position + ', radius=' + this.radius + ']';
851 var sphere = new Flog.RayTracer.Shape.Sphere(
863 var sphere1 = new Flog.RayTracer.Shape.Sphere(
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-raytrace.js443 Flog.RayTracer.Shape.Sphere = Class.create();
445 Flog.RayTracer.Shape.Sphere.prototype = {
485 return 'Sphere [position=' + this.position + ', radius=' + this.radius + ']';
851 var sphere = new Flog.RayTracer.Shape.Sphere(
863 var sphere1 = new Flog.RayTracer.Shape.Sphere(
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-raytrace.js412 Flog.RayTracer.Shape.Sphere = Class.create();
414 Flog.RayTracer.Shape.Sphere.prototype = {
454 return 'Sphere [position=' + this.position + ', radius=' + this.radius + ']';
820 var sphere = new Flog.RayTracer.Shape.Sphere(
832 var sphere1 = new Flog.RayTracer.Shape.Sphere(

Completed in 148 milliseconds