| vrml.MField vrml.field.MFRotation
MFRotation | public class MFRotation extends vrml.MField (Code) | | Description of the Class
|
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, SFRotation vec) | public int | getSize() | public void | getValue(float[][] values) | public void | getValue(float[] values) | public void | insertValue(int index, ConstSFRotation constvec) | public void | insertValue(int index, SFRotation vec) | public void | insertValue(int index, float x, float y, float z, float angle) | public void | set1Value(int index, ConstSFRotation constvec) | public void | set1Value(int index, SFRotation vec) | public void | set1Value(int index, float x, float y, float z, float angle) | public void | setValue(float[][] values) | public void | setValue(float[] values) | public void | setValue(int size, float[] values) | public void | setValue(ConstMFRotation values) |
MFRotation | public MFRotation(float[][] values)(Code) | | Constructor for the MFRotation 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, SFRotation 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 MFRotation object
The size value |
getValue | public void getValue(float[][] values)(Code) | | Gets the value attribute of the MFRotation object
Parameters: values - Description of the Parameter |
getValue | public void getValue(float[] values)(Code) | | Gets the value attribute of the MFRotation object
Parameters: values - Description of the Parameter |
insertValue | public void insertValue(int index, ConstSFRotation constvec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: constvec - Description of the Parameter |
insertValue | public void insertValue(int index, SFRotation 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, float z, float angle)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: x - Description of the Parameter Parameters: y - Description of the Parameter Parameters: z - Description of the Parameter Parameters: angle - Description of the Parameter |
set1Value | public void set1Value(int index, ConstSFRotation constvec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: constvec - Description of the Parameter |
set1Value | public void set1Value(int index, SFRotation 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, float z, float angle)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: x - Description of the Parameter Parameters: y - Description of the Parameter Parameters: z - Description of the Parameter Parameters: angle - Description of the Parameter |
setValue | public void setValue(float[][] values)(Code) | | Sets the value attribute of the MFRotation object
Parameters: values - The new value value |
setValue | public void setValue(float[] values)(Code) | | Sets the value attribute of the MFRotation object
Parameters: values - The new value value |
setValue | public void setValue(int size, float[] values)(Code) | | Sets the value attribute of the MFRotation object
Parameters: size - The new value value Parameters: values - The new value value |
setValue | public void setValue(ConstMFRotation values)(Code) | | Sets the value attribute of the MFRotation object
Parameters: values - The new value value |
|
|