iicm.vrml.pw
Class Transform

java.lang.Object
  extended by iicm.vrml.pw.Node
      extended by iicm.vrml.pw.GroupNode
          extended by iicm.vrml.pw.Transform
All Implemented Interfaces:
GotEventCallback

public class Transform
extends GroupNode


Field Summary
 SFVec3f bboxCenter
           
 SFVec3f bboxSize
           
 SFVec3f center
           
 SFRotation rotation
           
 SFVec3f scale
           
 SFRotation scaleOrientation
           
 SFVec3f translation
           
 
Fields inherited from class iicm.vrml.pw.GroupNode
addChildren, children, removeChildren
 
Fields inherited from class iicm.vrml.pw.Node
DEF_KEYWORD, EXTERNPROTO_KEYWORD, fieldIScontent, newISname, newISnum, objname, PROTO_KEYWORD, ROUTE_KEYWORD, SCRIPT_KEYWORD, subfields, USE_KEYWORD, userdata
 
Constructor Summary
Transform()
           
 
Method Summary
 java.lang.String nodeName()
          the node's name
 void traverse(Traverser t)
          must call appropriate method of Traverser for node traversal
 
Methods inherited from class iicm.vrml.pw.GroupNode
getChildrenEnumerator, gotEventCB, readNodes, readNodes, writeNodes, writeX3dNodes, writeX3dNodes, writeX3dNodes, writeX3dNodes, writeX3dNodes
 
Methods inherited from class iicm.vrml.pw.Node
addField, addRoute, atCurrLine, createInstanceFromName, deleteRoute, getEvent, readFields, readNode, readNodeBody, readNodeBody, tab, traverseNode, writeNode, writeSubfield, writeSubfields, writeX3dISfields, writeX3dNode, writeX3dNode, writeX3dNode, writeX3dSubfield, writeX3dSubfields, writeX3dSubfields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

center

public SFVec3f center

scale

public SFVec3f scale

translation

public SFVec3f translation

bboxCenter

public SFVec3f bboxCenter

bboxSize

public SFVec3f bboxSize

rotation

public SFRotation rotation

scaleOrientation

public SFRotation scaleOrientation
Constructor Detail

Transform

Transform()
Method Detail

nodeName

public java.lang.String nodeName()
Description copied from class: Node
the node's name

Overrides:
nodeName in class GroupNode

traverse

public void traverse(Traverser t)
Description copied from class: Node
must call appropriate method of Traverser for node traversal

Overrides:
traverse in class GroupNode