Class iicm.vrml.pw.Transform
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class iicm.vrml.pw.Transform
java.lang.Object
   |
   +----iicm.vrml.pw.Node
           |
           +----iicm.vrml.pw.GroupNode
                   |
                   +----iicm.vrml.pw.Transform
  -  public class Transform
  -  extends GroupNode
   
  -   bboxCenter bboxCenter
-  
  
-   bboxSize bboxSize
-  
  
-   center center
-  
  
-   rotation rotation
-  
  
-   scale scale
-  
  
-   scaleOrientation scaleOrientation
-  
  
-   translation translation
-  
   
  -   nodeName() nodeName()
-  the node's name
  
-   traverse(Traverser) traverse(Traverser)
-  must call appropriate method of Traverser for node traversal
   
 center
center
  public SFVec3f center
 scale
scale
  public SFVec3f scale
 translation
translation
  public SFVec3f translation
 bboxCenter
bboxCenter
  public SFVec3f bboxCenter
 bboxSize
bboxSize
  public SFVec3f bboxSize
 rotation
rotation
  public SFRotation rotation
 scaleOrientation
scaleOrientation
  public SFRotation scaleOrientation
   
 nodeName
nodeName
  public String nodeName()
  -  the node's name
  
    -  Overrides:
    
-  nodeName in class GroupNode
  
 
 traverse
traverse
  public void traverse(Traverser t)
  -  must call appropriate method of Traverser for node traversal
  
    -  Overrides:
    
-  traverse in class GroupNode
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index