| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.MField org.jdesktop.j3d.loaders.vrml97.impl.MFVec3f
MFVec3f | public class MFVec3f extends MField (Code) | | Description of the Class
|
Constructor Summary | |
public | MFVec3f() | public | MFVec3f(float[][] setVal) | public | MFVec3f(int size, float[] setVal) | public | MFVec3f(float[] setVal) |
Method Summary | |
void | checkSize(int needed, boolean preserveValue) | public void | clear() | public Object | clone() | public ConstField | constify() | public void | delete(int index) | public void | get1Value(int index, float[] getVal) | public void | get1Value(int index, SFVec3f getVal) | BoundingBox | getBoundingBox() | public int | getSize() | public void | getValue(float[][] getVal) | public void | getValue(float[] getVal) | public void | insertValue(int index, ConstSFVec3f constvec) | public void | insertValue(int index, SFVec3f vec) | public void | insertValue(int index, float x, float y, float z) | public void | reset() | public void | set1Value(int index, ConstSFVec3f constvec) | public void | set1Value(int index, SFVec3f vec) | public void | set1Value(int index, float x, float y, float z) | public void | setValue(float[][] setVal) | public void | setValue(float[] setVal) | public void | setValue(int setSize, float[] setVal) | public void | setValue(MFVec3f field) | public void | setValue(ConstMFVec3f field) | public String | toString() | public void | update(Field field) | public vrml.Field | wrap() |
initValue | float[] initValue(Code) | | |
MFVec3f | public MFVec3f()(Code) | | Constructor for the MFVec3f object
|
MFVec3f | public MFVec3f(float[][] setVal)(Code) | | Constructor for the MFVec3f object
Parameters: setVal - Description of the Parameter |
MFVec3f | public MFVec3f(int size, float[] setVal)(Code) | | Constructor for the MFVec3f object
Parameters: size - Description of the Parameter Parameters: setVal - Description of the Parameter |
MFVec3f | public MFVec3f(float[] setVal)(Code) | | Constructor for the MFVec3f object
Parameters: setVal - Description of the Parameter |
checkSize | void checkSize(int needed, boolean preserveValue)(Code) | | Description of the Method
Parameters: needed - Description of the Parameter Parameters: preserveValue - Description of the Parameter |
clear | public void clear()(Code) | | Description of the Method
|
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
constify | public ConstField constify()(Code) | | Description of the Method
Description of the Return Value |
delete | public void delete(int index)(Code) | | Description of the Method
Parameters: index - Description of the Parameter |
get1Value | public void get1Value(int index, float[] getVal)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: getVal - Description of the Parameter |
get1Value | public void get1Value(int index, SFVec3f getVal)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: getVal - Description of the Parameter |
getBoundingBox | BoundingBox getBoundingBox()(Code) | | Gets the boundingBox attribute of the MFVec3f object
The boundingBox value |
getSize | public int getSize()(Code) | | Gets the size attribute of the MFVec3f object
The size value |
getValue | public void getValue(float[][] getVal)(Code) | | Gets the value attribute of the MFVec3f object
Parameters: getVal - Description of the Parameter |
getValue | public void getValue(float[] getVal)(Code) | | Gets the value attribute of the MFVec3f object
Parameters: getVal - Description of the Parameter |
insertValue | public void insertValue(int index, ConstSFVec3f constvec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: constvec - Description of the Parameter |
insertValue | public void insertValue(int index, SFVec3f 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)(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 |
reset | public void reset()(Code) | | Description of the Method
|
set1Value | public void set1Value(int index, ConstSFVec3f constvec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: constvec - Description of the Parameter |
set1Value | public void set1Value(int index, SFVec3f 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)(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 |
setValue | public void setValue(float[][] setVal)(Code) | | Sets the value attribute of the MFVec3f object
Parameters: setVal - The new value value |
setValue | public void setValue(float[] setVal)(Code) | | Sets the value attribute of the MFVec3f object
Parameters: setVal - The new value value |
setValue | public void setValue(int setSize, float[] setVal)(Code) | | Sets the value attribute of the MFVec3f object
Parameters: setSize - The new value value Parameters: setVal - The new value value |
setValue | public void setValue(MFVec3f field)(Code) | | Sets the value attribute of the MFVec3f object
Parameters: field - The new value value |
setValue | public void setValue(ConstMFVec3f field)(Code) | | Sets the value attribute of the MFVec3f object
Parameters: field - The new value value |
toString | public String toString()(Code) | | Description of the Method
Description of the Return 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 |
|
|