public class Point3D<T> extends java.lang.Object
Point3D(T x, T y, T z)
T
getX()
getY()
getZ()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Point3D(T x, T y, T z)
x
y
z
public T getX()
public T getY()
public T getZ()