| |
|
| java.lang.Object vrml.Field vrml.field.SFVec2f
SFVec2f | public SFVec2f(float[] values)(Code) | | Constructor for the SFVec2f object
Parameters: values - Description of the Parameter |
SFVec2f | public SFVec2f(float x, float y)(Code) | | Constructor for the SFVec2f object
Parameters: x - Description of the Parameter Parameters: y - Description of the Parameter |
clone | public synchronized Object clone()(Code) | | Description of the Method
Description of the Return Value |
getValue | public void getValue(float[] vec)(Code) | | Gets the value attribute of the SFVec2f object
Parameters: vec - Description of the Parameter |
getValue | public float[] getValue()(Code) | | Gets the value attribute of the SFVec2f object
The value value |
getX | public float getX()(Code) | | Gets the x attribute of the SFVec2f object
The x value |
getY | public float getY()(Code) | | Gets the y attribute of the SFVec2f object
The y value |
setValue | public void setValue(float[] v)(Code) | | Sets the value attribute of the SFVec2f object
Parameters: v - The new value value |
setValue | public void setValue(float x, float y)(Code) | | Sets the value attribute of the SFVec2f object
Parameters: x - The new value value Parameters: y - The new value value |
setValue | public void setValue(ConstSFVec2f v)(Code) | | Sets the value attribute of the SFVec2f object
Parameters: v - The new value value |
setValue | public void setValue(SFVec2f v)(Code) | | Sets the value attribute of the SFVec2f object
Parameters: v - The new value value |
|
|
|