Class iicm.vrml.pw.Cone
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class iicm.vrml.pw.Cone
java.lang.Object
   |
   +----iicm.vrml.pw.Node
           |
           +----iicm.vrml.pw.Geometry
                   |
                   +----iicm.vrml.pw.Cone
  -  public class Cone
  -  extends Geometry
   
  -   bottom bottom
-  
  
-   bottomRadius bottomRadius
-  
  
-   height height
-  
  
-   side side
-  
   
  -   nodeName() nodeName()
-  the node's name
  
-   traverse(Traverser) traverse(Traverser)
-  must call appropriate method of Traverser for node traversal
   
 bottomRadius
bottomRadius
  public SFFloat bottomRadius
 height
height
  public SFFloat height
 bottom
bottom
  public SFBool bottom
 side
side
  public SFBool side
   
 nodeName
nodeName
  public String nodeName()
  -  the node's name
  
    -  Overrides:
    
-  nodeName in class Node
  
 
 traverse
traverse
  public void traverse(Traverser t)
  -  must call appropriate method of Traverser for node traversal
  
    -  Overrides:
    
-  traverse in class Node
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index