| vrml.MField vrml.field.MFVec2f
Method Summary | |
public void | clear() | public synchronized Object | clone() | public void | delete(int i) | public void | get1Value(int index, float[] values) | public void | get1Value(int index, SFVec2f vec) | public int | getSize() | public void | getValue(float[][] values) | public void | getValue(float[] values) | public void | insertValue(int index, ConstSFVec2f constvec) | public void | insertValue(int index, SFVec2f vec) | public void | insertValue(int index, float x, float y) | public void | set1Value(int index, ConstSFVec2f constvec) | public void | set1Value(int index, SFVec2f vec) | public void | set1Value(int index, float x, float y) | public void | setValue(float[][] values) | public void | setValue(float[] values) | public void | setValue(int size, float[] values) | public void | setValue(ConstMFVec2f values) |
MFVec2f | public MFVec2f(float[][] values)(Code) | | Constructor for the MFVec2f object
Parameters: values - Description of the Parameter |
clear | public void clear()(Code) | | Description of the Method
|
clone | public synchronized Object clone()(Code) | | Description of the Method
Description of the Return Value |
delete | public void delete(int i)(Code) | | Description of the Method
Parameters: i - Description of the Parameter |
get1Value | public void get1Value(int index, float[] values)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: values - Description of the Parameter |
get1Value | public void get1Value(int index, SFVec2f vec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: vec - Description of the Parameter |
getSize | public int getSize()(Code) | | Gets the size attribute of the MFVec2f object
The size value |
getValue | public void getValue(float[][] values)(Code) | | Gets the value attribute of the MFVec2f object
Parameters: values - Description of the Parameter |
getValue | public void getValue(float[] values)(Code) | | Gets the value attribute of the MFVec2f object
Parameters: values - Description of the Parameter |
insertValue | public void insertValue(int index, ConstSFVec2f constvec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: constvec - Description of the Parameter |
insertValue | public void insertValue(int index, SFVec2f vec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: vec - Description of the Parameter |
insertValue | public void insertValue(int index, float x, float y)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: x - Description of the Parameter Parameters: y - Description of the Parameter |
set1Value | public void set1Value(int index, ConstSFVec2f constvec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: constvec - Description of the Parameter |
set1Value | public void set1Value(int index, SFVec2f vec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: vec - Description of the Parameter |
set1Value | public void set1Value(int index, float x, float y)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: x - Description of the Parameter Parameters: y - Description of the Parameter |
setValue | public void setValue(float[][] values)(Code) | | Sets the value attribute of the MFVec2f object
Parameters: values - The new value value |
setValue | public void setValue(float[] values)(Code) | | Sets the value attribute of the MFVec2f object
Parameters: values - The new value value |
setValue | public void setValue(int size, float[] values)(Code) | | Sets the value attribute of the MFVec2f object
Parameters: size - The new value value Parameters: values - The new value value |
setValue | public void setValue(ConstMFVec2f values)(Code) | | Sets the value attribute of the MFVec2f object
Parameters: values - The new value value |
|
|