com.finalProject
Class Point3D
java.lang.Object
com.finalProject.Point3D
public class Point3D
- extends java.lang.Object
|
Field Summary |
double |
x
|
double |
y
|
double |
z
|
|
Constructor Summary |
Point3D(double a,
double b,
double c)
|
| Methods inherited from class |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
x
public double x
y
public double y
z
public double z
Point3D
public Point3D(double a,
double b,
double c)
add
public void add(Point3D p)
add
public void add(com.finalProject.Ref3D p)
getPoint2D
public java.awt.Point getPoint2D()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object