Class vrml.field.SFRotation
java.lang.Object
|
+----vrml.Field
|
+----vrml.field.SFRotation
- public class SFRotation
- extends Field
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SFRotation
public SFRotation()
SFRotation
public SFRotation(float axisX,
float axisY,
float axisZ,
float angle)
getValue
public void getValue(float[] rotations)
setValue
public void setValue(float[] rotations)
setValue
public void setValue(float axisX,
float axisY,
float axisZ,
float angle)
setValue
public void setValue(ConstSFRotation rotation)
setValue
public void setValue(SFRotation rotation)
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object