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

/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DTorus.java33 // $Id: Torus.java 4131 2009-03-19 20:15:28Z blaine.dev $
57 public class Torus extends Mesh { class in inherits:Mesh
67 public Torus() { method in class:Torus
71 * Constructs a new Torus. Center is the origin, but the Torus may be
79 * The radius of the inner begining of the Torus.
81 * The radius of the outter end of the Torus.
83 public Torus(int circleSamples, int radialSamples, method in class:Torus
231 * @param innerRadius the radius of the inner begining of the Torus.
232 * @param outerRadius the radius of the outter end of the Torus
[all...]

Completed in 75 milliseconds