Vector(double x, double y, double z)
static Vector
crossProduct(Vector a, Vector b)
static double
dotProduct(Vector a, Vector b)
double
magnitude()
Vector
minus(Vector b)
negate()
normalize()
plus(Vector b)
SphericalCoordinate
toSpherical()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object