Class vrml.field.SFRotation
All Packages Class Hierarchy This Package Previous Next Index
Class vrml.field.SFRotation
java.lang.Object
|
+----vrml.Field
|
+----vrml.field.SFRotation
- public class SFRotation
- extends Field
-
SFRotation()
-
-
SFRotation(float, float, float, float)
-
-
copy(Field)
-
-
createObfuscatedField(Field)
-
-
getValue(float[])
-
-
setValue(ConstSFRotation)
-
-
setValue(float, float, float, float)
-
-
setValue(float[])
-
-
setValue(SFRotation)
-
-
toString()
-
-
unobfuscate()
-
SFRotation
public SFRotation()
SFRotation
public SFRotation(float axisX,
float axisY,
float axisZ,
float rotation)
createObfuscatedField
protected Field createObfuscatedField(Field field)
- Overrides:
- createObfuscatedField in class Field
unobfuscate
protected Field unobfuscate()
- Overrides:
- unobfuscate in class Field
getValue
public void getValue(float vec[])
setValue
public void setValue(float value[])
setValue
public void setValue(float axisX,
float axisY,
float axisZ,
float rotation)
setValue
public void setValue(ConstSFRotation field)
setValue
public void setValue(SFRotation field)
copy
protected void copy(Field f)
- Overrides:
- copy in class Field
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index