| java.lang.Object vrml.Field vrml.field.SFRotation
SFRotation | public class SFRotation extends vrml.Field (Code) | | Description of the Class
|
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 synchronized Object clone()(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 |
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 |
|
|