| |
|
| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.ConstField org.jdesktop.j3d.loaders.vrml97.impl.ConstSFVec3f
ConstSFVec3f | public class ConstSFVec3f extends ConstField (Code) | | Description of the Class
|
ConstSFVec3f | ConstSFVec3f(SFVec3f owner)(Code) | | Constructor for the ConstSFVec3f object
Parameters: owner - Description of the Parameter |
ConstSFVec3f | public ConstSFVec3f(float[] values)(Code) | | Constructor for the ConstSFVec3f object
Parameters: values - Description of the Parameter |
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
getValue | public void getValue(float[] vec)(Code) | | Gets the value attribute of the ConstSFVec3f object
Parameters: vec - Description of the Parameter |
getValue | public float[] getValue()(Code) | | Gets the value attribute of the ConstSFVec3f object
The value value |
getX | public float getX()(Code) | | Gets the x attribute of the ConstSFVec3f object
The x value |
getY | public float getY()(Code) | | Gets the y attribute of the ConstSFVec3f object
The y value |
getZ | public float getZ()(Code) | | Gets the z attribute of the ConstSFVec3f object
The z value |
wrap | public vrml.Field wrap()(Code) | | Description of the Method
Description of the Return Value |
Fields inherited from org.jdesktop.j3d.loaders.vrml97.impl.ConstField | protected Field ownerField(Code)(Java Doc)
|
|
|
|