| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.SFVec3f
SFVec3f | public class SFVec3f extends Field (Code) | | Description of the Class
|
Constructor Summary | |
public | SFVec3f(float[] setVal) | public | SFVec3f(float x, float y, float z) | public | SFVec3f() |
initValue | float[] initValue(Code) | | |
SFVec3f | public SFVec3f(float[] setVal)(Code) | | Constructor for the SFVec3f object
Parameters: setVal - Description of the Parameter |
SFVec3f | public SFVec3f(float x, float y, float z)(Code) | | Constructor for the SFVec3f object
Parameters: x - Description of the Parameter Parameters: y - Description of the Parameter Parameters: z - Description of the Parameter |
SFVec3f | public SFVec3f()(Code) | | Constructor for the SFVec3f object
|
clone | public synchronized Object clone()(Code) | | Description of the Method
Description of the Return Value |
constify | synchronized ConstField constify()(Code) | | Description of the Method
Description of the Return Value |
getValue | public void getValue(float[] vec)(Code) | | Gets the value attribute of the SFVec3f object
Parameters: vec - Description of the Parameter |
getValue | public float[] getValue()(Code) | | Gets the value attribute of the SFVec3f object
The value value |
getX | public float getX()(Code) | | Gets the x attribute of the SFVec3f object
The x value |
getY | public float getY()(Code) | | Gets the y attribute of the SFVec3f object
The y value |
getZ | public float getZ()(Code) | | Gets the z attribute of the SFVec3f object
The z value |
reset | public void reset()(Code) | | Description of the Method
|
setValue | public void setValue(float[] v)(Code) | | Sets the value attribute of the SFVec3f object
Parameters: v - The new value value |
setValue | public void setValue(float x, float y, float z)(Code) | | Sets the value attribute of the SFVec3f object
Parameters: x - The new value value Parameters: y - The new value value Parameters: z - The new value value |
setValue | public void setValue(ConstSFVec3f v)(Code) | | Sets the value attribute of the SFVec3f object
Parameters: v - The new value value |
setValue | public void setValue(SFVec3f v)(Code) | | Sets the value attribute of the SFVec3f object
Parameters: v - The new value value |
toString | public String toString()(Code) | | Description of the Method
Description of the Return Value |
update | synchronized 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 |
|
|