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
-
Transform(World)
-
-
getCenter()
-
-
getRotation()
-
-
getTranslation()
-
-
setCenter(float[])
-
-
setRotation(float[])
-
-
setScale(float)
-
-
setScale(float[])
-
-
setTranslation(float[])
-
Transform
public Transform(World w)
setScale
public void setScale(float v[])
setScale
public void setScale(float v)
setTranslation
public void setTranslation(float v[])
getTranslation
public float[] getTranslation()
setCenter
public void setCenter(float c[])
getCenter
public float[] getCenter()
setRotation
public void setRotation(float v[])
getRotation
public float[] getRotation()
All Packages Class Hierarchy This Package Previous Next Index