|
MVT API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--math.objects.Point3D
|
+--math.objects.Point4D
The class Point4D is similar to Point2D.Double.
| Field Summary | |
double |
t
The member variable t represents the time-coordinate
of the point. |
| Fields inherited from class math.objects.Point3D |
x, y, z |
| Constructor Summary | |
Point4D(double x,
double y,
double z,
double t)
Creates a new Point3D instance based on the
x, y, and z coordinates of the point. |
|
| Method Summary | |
java.lang.String |
toString()
The method toString returns a string represenation
of the Point3D object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public double t
t represents the time-coordinate
of the point.
| Constructor Detail |
public Point4D(double x,
double y,
double z,
double t)
Point3D instance based on the
x, y, and z coordinates of the point.
x - a double valuey - a double valuez - a double value| Method Detail |
public java.lang.String toString()
toString returns a string represenation
of the Point3D object.
toString in class Point3DString value
|
MVT API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||