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
-
-
bboxSize
-
-
center
-
-
rotation
-
-
scale
-
-
scaleOrientation
-
-
translation
-
-
nodeName()
- the node's name
-
traverse(Traverser)
- must call appropriate method of Traverser for node traversal
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
nodeName
public String nodeName()
- the node's name
- Overrides:
- nodeName in class GroupNode
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