| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.SFRotation
SFRotation | public class SFRotation extends Field (Code) | | Description of the Class
|
SFRotation | public SFRotation()(Code) | | Constructor for the SFRotation object
|
SFRotation | public SFRotation(float x, float y, float z, float axisAngle)(Code) | | Constructor for the SFRotation object
Parameters: x - Description of the Parameter Parameters: y - Description of the Parameter Parameters: z - Description of the Parameter Parameters: axisAngle - Description of the Parameter |
SFRotation | public SFRotation(float[] axisAngle)(Code) | | Constructor for the SFRotation object
Parameters: axisAngle - Description of the Parameter |
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
constify | public synchronized ConstField constify()(Code) | | Description of the Method
Description of the Return Value |
getValue | public void getValue(float[] rotation)(Code) | | Gets the value attribute of the SFRotation object
Parameters: rotation - Description of the Parameter |
getValue | public float[] getValue()(Code) | | Gets the value attribute of the SFRotation object
The value value |
route | void route()(Code) | | Description of the Method
|
setValue | public void setValue(float[] r)(Code) | | Sets the value attribute of the SFRotation object
Parameters: r - The new value value |
setValue | public void setValue(float xAxis, float yAxis, float zAxis, float angle)(Code) | | Sets the value attribute of the SFRotation object
Parameters: xAxis - The new value value Parameters: yAxis - The new value value Parameters: zAxis - The new value value Parameters: angle - The new value value |
setValue | public void setValue(ConstSFRotation rotation)(Code) | | Sets the value attribute of the SFRotation object
Parameters: rotation - The new value value |
setValue | public void setValue(SFRotation rotation)(Code) | | Sets the value attribute of the SFRotation object
Parameters: rotation - The new value value |
toString | public String toString()(Code) | | Description of the Method
Description of the Return Value |
update | public void update(Field field)(Code) | | Description of the Method
Parameters: field - Description of the Parameter |
wrap | public vrml.Field wrap()(Code) | | Description of the Method
Description of the Return Value |
|
|