Searched refs:Cylinder (Results 1 - 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/model/shape/
H A DTestCylinder.java39 import com.jme3.scene.shape.Cylinder;
51 Cylinder t = new Cylinder(20, 50, 1, 2, true);
52 Geometry geom = new Geometry("Cylinder", t);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DCylinder.java33 // $Id: Cylinder.java 4131 2009-03-19 20:15:28Z blaine.dev $
57 public class Cylinder extends Mesh { class in inherits:Mesh
73 public Cylinder() { method in class:Cylinder
77 * Creates a new Cylinder. By default its center is the origin. Usually, a
90 public Cylinder(int axisSamples, int radialSamples, method in class:Cylinder
96 * Creates a new Cylinder. By default its center is the origin. Usually, a
116 public Cylinder(int axisSamples, int radialSamples, method in class:Cylinder
122 * Creates a new Cylinder. By default its center is the origin. Usually, a
145 public Cylinder(int axisSamples, int radialSamples, method in class:Cylinder
150 public Cylinder(in method in class:Cylinder
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestCollisionShapeFactory.java46 import com.jme3.scene.shape.Cylinder;
89 Geometry myGeom = new Geometry("cylinder", new Cylinder(16, 16, 0.5f, 1));
H A DTestPhysicsCar.java51 import com.jme3.scene.shape.Cylinder;
132 Cylinder wheelMesh = new Cylinder(16, 16, radius, radius * 0.6f, true);
H A DTestAttachDriver.java53 import com.jme3.scene.shape.Cylinder;
160 Cylinder wheelMesh = new Cylinder(16, 16, radius, radius * 0.6f, true);

Completed in 320 milliseconds