vrml.field
Class ConstSFRotation
java.lang.Object
vrml.Field
vrml.ConstField
vrml.field.ConstSFRotation
- All Implemented Interfaces:
- Cloneable
public class ConstSFRotation
- extends ConstField
Description of the Class
Method Summary |
Object |
clone()
Description of the Method |
float[] |
getValue()
Gets the value attribute of the ConstSFRotation object |
void |
getValue(float[] axisAngle)
Gets the value attribute of the ConstSFRotation object |
ConstSFRotation
public ConstSFRotation(ConstSFRotation init)
- Constructor for the ConstSFRotation object
- Parameters:
init
- Description of the Parameter
clone
public Object clone()
- Description of the Method
- Specified by:
clone
in class Field
- Returns:
- Description of the Return Value
getValue
public void getValue(float[] axisAngle)
- Gets the value attribute of the ConstSFRotation object
- Parameters:
axisAngle
- Description of the Parameter
getValue
public float[] getValue()
- Gets the value attribute of the ConstSFRotation object
- Returns:
- The value value
Todo: put BSD License reference here..