| |
|
| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.ConstField org.jdesktop.j3d.loaders.vrml97.impl.ConstMField org.jdesktop.j3d.loaders.vrml97.impl.ConstMFVec3f
ConstMFVec3f | public class ConstMFVec3f extends ConstMField (Code) | | Description of the Class
|
ConstMFVec3f | ConstMFVec3f(MFVec3f owner)(Code) | | Constructor for the ConstMFVec3f object
Parameters: owner - Description of the Parameter |
ConstMFVec3f | public ConstMFVec3f(float[][] values)(Code) | | Constructor for the ConstMFVec3f object
Parameters: values - Description of the Parameter |
ConstMFVec3f | public ConstMFVec3f(int size, float[] values)(Code) | | Constructor for the ConstMFVec3f object
Parameters: size - Description of the Parameter Parameters: values - Description of the Parameter |
clone | public synchronized Object clone()(Code) | | Description of the Method
Description of the Return Value |
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, SFVec3f vec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: vec - Description of the Parameter |
getValue | public void getValue(float[][] values)(Code) | | Gets the value attribute of the ConstMFVec3f object
Parameters: values - Description of the Parameter |
getValue | public void getValue(float[] values)(Code) | | Gets the value attribute of the ConstMFVec3f object
Parameters: values - Description of the Parameter |
wrap | public vrml.Field wrap()(Code) | | Description of the Method
Description of the Return Value |
Methods inherited from org.jdesktop.j3d.loaders.vrml97.impl.ConstMField | public int getSize()(Code)(Java Doc)
|
Fields inherited from org.jdesktop.j3d.loaders.vrml97.impl.ConstField | protected Field ownerField(Code)(Java Doc)
|
|
|
|