Class P3d

java.lang.Object
  extended byP3d

public class P3d
extends java.lang.Object

A point with three double coords, x, y, and z..

Version:
0.1, 14 March 2005
Author:
Bob Futrelle

Field Summary
(package private)  double x
           
(package private)  double y
           
(package private)  double z
           
 
Constructor Summary
(package private) P3d(double x, double y, double z)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

double x

y

double y

z

double z
Constructor Detail

P3d

P3d(double x,
    double y,
    double z)
Method Detail

toString

public java.lang.String toString()