j3d-vrml97-0.1.0

vrml.field
Class ConstSFVec3f

java.lang.Object
  extended by vrml.Field
      extended by vrml.ConstField
          extended by vrml.field.ConstSFVec3f
All Implemented Interfaces:
Cloneable

public class ConstSFVec3f
extends ConstField

Description of the Class


Field Summary
 
Fields inherited from class vrml.Field
implField
 
Constructor Summary
ConstSFVec3f(ConstSFVec3f init)
          Constructor for the ConstSFVec3f object
 
Method Summary
 Object clone()
          Description of the Method
 float[] getValue()
          Gets the value attribute of the ConstSFVec3f object
 void getValue(float[] vec)
          Gets the value attribute of the ConstSFVec3f object
 float getX()
          Gets the x attribute of the ConstSFVec3f object
 float getY()
          Gets the y attribute of the ConstSFVec3f object
 float getZ()
          Gets the z attribute of the ConstSFVec3f object
 
Methods inherited from class vrml.ConstField
markWritable
 
Methods inherited from class vrml.Field
getImpl, markWriteable
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstSFVec3f

public ConstSFVec3f(ConstSFVec3f init)
Constructor for the ConstSFVec3f object

Parameters:
init - Description of the Parameter
Method Detail

clone

public Object clone()
Description of the Method

Specified by:
clone in class Field
Returns:
Description of the Return Value

getValue

public void getValue(float[] vec)
Gets the value attribute of the ConstSFVec3f object

Parameters:
vec - Description of the Parameter

getValue

public float[] getValue()
Gets the value attribute of the ConstSFVec3f object

Returns:
The value value

getX

public float getX()
Gets the x attribute of the ConstSFVec3f object

Returns:
The x value

getY

public float getY()
Gets the y attribute of the ConstSFVec3f object

Returns:
The y value

getZ

public float getZ()
Gets the z attribute of the ConstSFVec3f object

Returns:
The z value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..