weiman.transformations
Class CylindOrConeTG
java.lang.Object
   weiman.transformations.CylindOrConeTG
weiman.transformations.CylindOrConeTG
- public class CylindOrConeTG 
- extends java.lang.Object
Created by IntelliJ IDEA.
 User: Carl Weiman
 Date: Dec 4, 2006
 Time: 2:42:14 PM
 To change this template use File | Settings | File Templates.
| Constructor Summary | 
| CylindOrConeTG(double radius,
               double height,
               int orientation,
               boolean arrowhead,
               javax.media.j3d.Appearance appearance)
 | 
| CylindOrConeTG(double radius,
               double height,
               javax.vecmath.Vector3d v3d_Offset,
               int orientation,
               boolean arrowHead,
               javax.media.j3d.Appearance appearance)
 | 
| CylindOrConeTG(double radius,
               int orientation,
               boolean arrowhead,
               javax.media.j3d.Appearance appearance)
 | 
 
| Method Summary | 
|  javax.media.j3d.TransformGroup | getMainTG()
 | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CylindOrConeTG
public CylindOrConeTG(double radius,
                      double height,
                      javax.vecmath.Vector3d v3d_Offset,
                      int orientation,
                      boolean arrowHead,
                      javax.media.j3d.Appearance appearance)
CylindOrConeTG
public CylindOrConeTG(double radius,
                      double height,
                      int orientation,
                      boolean arrowhead,
                      javax.media.j3d.Appearance appearance)
CylindOrConeTG
public CylindOrConeTG(double radius,
                      int orientation,
                      boolean arrowhead,
                      javax.media.j3d.Appearance appearance)
getMainTG
public javax.media.j3d.TransformGroup getMainTG()
-