All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IT.uno.vrml.eai.Transform

java.lang.Object
   |
   +----IT.uno.vrml.eai.Thing
           |
           +----IT.uno.vrml.eai.Group
                   |
                   +----IT.uno.vrml.eai.Transform

public class Transform
extends Group

Constructor Index

 o Transform(World)

Method Index

 o getCenter()
 o getRotation()
 o getTranslation()
 o setCenter(float[])
 o setRotation(float[])
 o setScale(float)
 o setScale(float[])
 o setTranslation(float[])

Constructors

 o Transform
 public Transform(World w)

Methods

 o setScale
 public void setScale(float v[])
 o setScale
 public void setScale(float v)
 o setTranslation
 public void setTranslation(float v[])
 o getTranslation
 public float[] getTranslation()
 o setCenter
 public void setCenter(float c[])
 o getCenter
 public float[] getCenter()
 o setRotation
 public void setRotation(float v[])
 o getRotation
 public float[] getRotation()

All Packages  Class Hierarchy  This Package  Previous  Next  Index