| |
|
| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.SFVec2f
SFVec2f | public class SFVec2f extends Field (Code) | | Description of the Class
|
Field Summary | |
float[] | vec2f |
SFVec2f | public SFVec2f(float[] values)(Code) | | Constructor for the SFVec2f object
Parameters: values - Description of the Parameter |
SFVec2f | public SFVec2f()(Code) | | Constructor for the SFVec2f object
|
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 |
constify | public synchronized ConstField constify()(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 |
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 |
|
|
|