Class dnx.lr.field.SFVec3f
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.field.SFVec3f
java.lang.Object
|
+----dnx.util.DNXObject
|
+----dnx.lr.Field
|
+----dnx.lr.field.SFVec3f
- public class SFVec3f
- extends Field
-
SFVec3f()
-
-
SFVec3f(float, float, float)
-
-
SFVec3f(Point3)
-
-
SFVec3f(Vector3)
-
-
alloc()
-
-
alloc(float, float, float)
-
-
alloc(Point3)
-
-
alloc(Vector3)
-
-
clear()
-
-
copy(Field)
-
-
copy(SFVec3f)
-
-
equals(Object)
-
-
equals(SFVec3f)
-
-
free()
-
-
getValue(float[])
-
-
getValue(Point3)
-
-
getValue(Vector3)
-
-
getX()
-
-
getY()
-
-
getZ()
-
-
normalize()
-
-
readInternal(ReadAction)
- Implementation of read().
-
setValue(float, float, float)
-
-
setValue(Point3)
-
-
setValue(Vector3)
-
-
toString()
-
SFVec3f
public SFVec3f(float x,
float y,
float z)
SFVec3f
public SFVec3f(Vector3 v)
SFVec3f
public SFVec3f(Point3 p)
SFVec3f
public SFVec3f()
alloc
public static SFVec3f alloc(float x,
float y,
float z)
alloc
public static SFVec3f alloc(Vector3 v)
alloc
public static SFVec3f alloc(Point3 p)
alloc
public static SFVec3f alloc()
free
public void free()
- Overrides:
- free in class Field
clear
public void clear()
readInternal
protected void readInternal(ReadAction a) throws IOException, VRMLSyntaxException
- Implementation of read().
- Overrides:
- readInternal in class Field
setValue
public synchronized void setValue(float x,
float y,
float z)
setValue
public synchronized void setValue(Vector3 v)
setValue
public synchronized void setValue(Point3 p)
normalize
public synchronized void normalize()
copy
public synchronized void copy(SFVec3f v)
copy
public synchronized void copy(Field f)
- Overrides:
- copy in class Field
getValue
public void getValue(Vector3 in)
getValue
public void getValue(Point3 in)
getValue
public void getValue(float in[])
getX
public float getX()
getY
public float getY()
getZ
public float getZ()
equals
public boolean equals(SFVec3f v)
equals
public boolean equals(Object o)
- Overrides:
- equals in class Object
toString
public String toString()
- Overrides:
- toString in class Field
All Packages Class Hierarchy This Package Previous Next Index