|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.lightrays.raytracer.scene.Point
public class Point
The Class Point.
Field Summary | |
---|---|
double |
x
The x. |
double |
y
The y. |
double |
z
The z. |
Constructor Summary | |
---|---|
Point(double x,
double y,
double z)
Instantiates a new point. |
|
Point(Point p)
Instantiates a new point. |
Method Summary | |
---|---|
void |
add(Point p)
Adds the. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public double x
public double y
public double z
Constructor Detail |
---|
public Point(double x, double y, double z)
x
- the xy
- the yz
- the zpublic Point(Point p)
p
- the pMethod Detail |
---|
public void add(Point p)
p
- the ppublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |