sexi.util
Class Point3fValue
java.lang.Object
|
+--sexi.util.Point3f
|
+--sexi.util.Point3fValue
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- Point3fLabel
- public class Point3fValue
- extends Point3f
- See Also:
- Serialized Form
Field Summary |
float |
value
|
Fields inherited from class sexi.util.Point3f |
x, y, z |
Methods inherited from class sexi.util.Point3f |
set |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public float value
Point3fValue
public Point3fValue()
Point3fValue
public Point3fValue(float x,
float y,
float z)
Point3fValue
public Point3fValue(Point3f p)
Point3fValue
public Point3fValue(float x,
float y,
float z,
float val)
Point3fValue
public Point3fValue(Point3f p,
float val)
Point3fValue
public Point3fValue(Point3fValue p)