|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.j3d.loaders.vrml97.impl.Field
org.jdesktop.j3d.loaders.vrml97.impl.SFVec3f
public class SFVec3f
Description of the Class
Field Summary |
---|
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
constField, fieldType |
Constructor Summary | |
---|---|
SFVec3f()
Constructor for the SFVec3f object |
|
SFVec3f(float[] setVal)
Constructor for the SFVec3f object |
|
SFVec3f(float x,
float y,
float z)
Constructor for the SFVec3f object |
Method Summary | |
---|---|
Object |
clone()
Description of the Method |
float[] |
getValue()
Gets the value attribute of the SFVec3f object |
void |
getValue(float[] vec)
Gets the value attribute of the SFVec3f object |
float |
getX()
Gets the x attribute of the SFVec3f object |
float |
getY()
Gets the y attribute of the SFVec3f object |
float |
getZ()
Gets the z attribute of the SFVec3f object |
void |
reset()
Description of the Method |
void |
setValue(ConstSFVec3f v)
Sets the value attribute of the SFVec3f object |
void |
setValue(float[] v)
Sets the value attribute of the SFVec3f object |
void |
setValue(float x,
float y,
float z)
Sets the value attribute of the SFVec3f object |
void |
setValue(SFVec3f v)
Sets the value attribute of the SFVec3f object |
String |
toString()
Description of the Method |
Field |
wrap()
Description of the Method |
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
baseName, markWriteable, toStringId |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SFVec3f(float[] setVal)
setVal
- Description of the Parameterpublic SFVec3f(float x, float y, float z)
x
- Description of the Parametery
- Description of the Parameterz
- Description of the Parameterpublic SFVec3f()
Method Detail |
---|
public void reset()
public void getValue(float[] vec)
vec
- Description of the Parameterpublic float getX()
public float getY()
public float getZ()
public float[] getValue()
public void setValue(float[] v)
v
- The new value valuepublic void setValue(float x, float y, float z)
x
- The new value valuey
- The new value valuez
- The new value valuepublic void setValue(ConstSFVec3f v)
v
- The new value valuepublic void setValue(SFVec3f v)
v
- The new value valuepublic Object clone()
clone
in class Field
public Field wrap()
wrap
in class Field
public String toString()
toString
in class Object
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |