vrml.field
Class SFRotation
java.lang.Object
|
+--vrml.Field
|
+--vrml.field.SFRotation
- All Implemented Interfaces:
- java.lang.Cloneable
- public class SFRotation
- extends Field
Methods inherited from class java.lang.Object |
,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
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