public class Point3<T extends java.lang.Number> extends Point2<T>
Point3(Point2<T> pt, T c)
Point3(T a, T b, T c)
int
getDimensions()
T
getZ()
getNormalVec, getX, getY
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Point3(T a, T b, T c)
public Point3(Point2<T> pt, T c)
public T getZ()
public int getDimensions()
getDimensions
IPoint<T extends java.lang.Number>
Point2<T extends java.lang.Number>