Class dnx.lr.field.SFVec2f
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.field.SFVec2f
java.lang.Object
|
+----dnx.util.DNXObject
|
+----dnx.lr.Field
|
+----dnx.lr.field.SFVec2f
- public class SFVec2f
- extends Field
-
SFVec2f()
-
-
SFVec2f(float, float)
-
-
SFVec2f(Point2)
-
-
SFVec2f(Vector2)
-
-
alloc()
-
-
alloc(float, float)
-
-
alloc(Point2)
-
-
alloc(Vector2)
-
-
clear()
-
-
copy(Field)
-
-
copy(SFVec2f)
-
-
equals(Object)
-
-
equals(SFVec2f)
-
-
free()
-
-
getValue(float[])
-
-
getValue(Point2)
-
-
getValue(Vector2)
-
-
getX()
-
-
getY()
-
-
readInternal(ReadAction)
- Implementation of read().
-
setValue(float, float)
-
-
setValue(Point2)
-
-
setValue(Vector2)
-
-
toString()
-
SFVec2f
public SFVec2f(float x,
float y)
SFVec2f
public SFVec2f(Vector2 v)
SFVec2f
public SFVec2f(Point2 p)
SFVec2f
public SFVec2f()
alloc
public static SFVec2f alloc(float x,
float y)
alloc
public static SFVec2f alloc(Vector2 v)
alloc
public static SFVec2f alloc(Point2 p)
alloc
public static SFVec2f 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)
setValue
public synchronized void setValue(Vector2 v)
setValue
public synchronized void setValue(Point2 p)
copy
public synchronized void copy(SFVec2f v)
copy
public synchronized void copy(Field f)
- Overrides:
- copy in class Field
getValue
public void getValue(Vector2 in)
getValue
public void getValue(Point2 in)
getValue
public void getValue(float in[])
getX
public float getX()
getY
public float getY()
equals
public boolean equals(SFVec2f 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