| |
|
| 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.ConstMFRotation
ConstMFRotation | public class ConstMFRotation extends ConstMField (Code) | | Description of the Class
|
ConstMFRotation | ConstMFRotation(MFRotation owner)(Code) | | Constructor for the ConstMFRotation object
Parameters: owner - Description of the Parameter |
ConstMFRotation | public ConstMFRotation(float[][] values)(Code) | | Constructor for the ConstMFRotation object
Parameters: values - Description of the Parameter |
ConstMFRotation | public ConstMFRotation(float[] values)(Code) | | Constructor for the ConstMFRotation object
Parameters: values - Description of the Parameter |
ConstMFRotation | public ConstMFRotation(int size, float[] values)(Code) | | Constructor for the ConstMFRotation object
Parameters: size - Description of the Parameter Parameters: values - Description of the Parameter |
clone | public 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, SFRotation 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 ConstMFRotation object
Parameters: values - Description of the Parameter |
getValue | public void getValue(float[] values)(Code) | | Gets the value attribute of the ConstMFRotation 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)
|
|
|
|