public class Point3 extends Object
double
x
y
z
Point3()
Point3(double[] vals)
Point3(double x, double y, double z)
Point3(Point p)
Point3
clone()
cross(Point3 p)
dot(Point3 p)
boolean
equals(Object obj)
int
hashCode()
void
set(double[] vals)
String
toString()
finalize, getClass, notify, notifyAll, wait, wait, wait
clone
Object
hashCode
equals
toString