All Packages Class Hierarchy This Package Previous Next Index
Class berkeley.cs.dmc.vrml.field.SFRotation
java.lang.Object
|
+----berkeley.cs.dmc.vrml.Field
|
+----berkeley.cs.dmc.vrml.field.SFRotation
- public class SFRotation
- extends Field
-
SFRotation()
-
-
SFRotation(float, float, float, float)
-
-
getValue(float[])
-
-
setValue(ConstSFRotation)
-
-
setValue(float, float, float, float)
-
-
setValue(float[])
-
-
setValue(SFRotation)
-
-
toString()
-
SFRotation
public SFRotation()
SFRotation
public SFRotation(float axisX,
float axisY,
float axisZ,
float angle)
getValue
public synchronized void getValue(float rotation[])
setValue
public synchronized void setValue(float rotation[])
setValue
public synchronized void setValue(float axisX,
float axisY,
float axisZ,
float angle)
setValue
public void setValue(ConstSFRotation rotation)
setValue
public synchronized void setValue(SFRotation rotation)
toString
public synchronized String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index