j3d.org Code

org.j3d.geom
Class GIODThickCylinder

java.lang.Object
  extended by org.j3d.geom.GIODThickCylinder

public class GIODThickCylinder
extends java.lang.Object

A cylinder without end caps that has a thickness to it.

Version:
$Revision: 1.1 $
Author:
Robin Smith robinsm@sunyit.edu

Constructor Summary
GIODThickCylinder(int n, float wo, float wi, float h, float xpos, float ypos, float zpos, javax.media.j3d.Appearance cylinderAppearance)
          Constructs a Cylinder with 'n' quads (faces), 'wo' width (diameter) of outer surface, 'wi' width (diameter) of inner surface, 'h' height, centered at 'xpos', 'ypos', 'zpos', and appearance 'cylinderAppearance'
 
Method Summary
 javax.media.j3d.Shape3D getChild()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GIODThickCylinder

public GIODThickCylinder(int n,
                         float wo,
                         float wi,
                         float h,
                         float xpos,
                         float ypos,
                         float zpos,
                         javax.media.j3d.Appearance cylinderAppearance)
Constructs a Cylinder with 'n' quads (faces), 'wo' width (diameter) of outer surface, 'wi' width (diameter) of inner surface, 'h' height, centered at 'xpos', 'ypos', 'zpos', and appearance 'cylinderAppearance'

Method Detail

getChild

public javax.media.j3d.Shape3D getChild()

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org