| java.lang.Object vrml.Field vrml.field.SFVec3f
SFVec3f | public SFVec3f(float[] values)(Code) | | Constructor for the SFVec3f object
Parameters: values - Description of the Parameter |
SFVec3f | public SFVec3f(float x, float y, float z)(Code) | | Constructor for the SFVec3f object
Parameters: x - Description of the Parameter Parameters: y - Description of the Parameter Parameters: z - 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 SFVec3f object
Parameters: vec - Description of the Parameter |
getValue | public float[] getValue()(Code) | | Gets the value attribute of the SFVec3f object
The value value |
getX | public float getX()(Code) | | Gets the x attribute of the SFVec3f object
The x value |
getY | public float getY()(Code) | | Gets the y attribute of the SFVec3f object
The y value |
getZ | public float getZ()(Code) | | Gets the z attribute of the SFVec3f object
The z value |
setValue | public void setValue(float[] v)(Code) | | Sets the value attribute of the SFVec3f object
Parameters: v - The new value value |
setValue | public void setValue(float x, float y, float z)(Code) | | Sets the value attribute of the SFVec3f object
Parameters: x - The new value value Parameters: y - The new value value Parameters: z - The new value value |
setValue | public void setValue(ConstSFVec3f v)(Code) | | Sets the value attribute of the SFVec3f object
Parameters: v - The new value value |
setValue | public void setValue(SFVec3f v)(Code) | | Sets the value attribute of the SFVec3f object
Parameters: v - The new value value |
|
|