Home | History | Annotate | Download | only in shape

Lines Matching refs:Torus

33 // $Id: Torus.java 4131 2009-03-19 20:15:28Z blaine.dev $
50 * An ordinary (single holed) torus.
57 public class Torus extends Mesh {
67 public 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,
136 // compute center point on torus circle at specified angle
173 // duplicate the cylinder ends to form a torus
227 * Rebuilds this torus based on a new set of parameters.
231 * @param innerRadius the radius of the inner begining of the Torus.
232 * @param outerRadius the radius of the outter end of the Torus.