|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpoint3D
a class that represents a 3D point in space
| Constructor Summary | |
point3D(double x,
double y,
double z)
Constructor to create a point at x,y,z |
|
| Method Summary | |
void |
rotateX(double angle)
rotate the point about the x axis by specific angle |
void |
rotateY(double angle)
rotate the point about the y axis by specific angle |
void |
rotateZ(double angle)
rotate the point about the z axis by specific angle |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public point3D(double x,
double y,
double z)
| Method Detail |
public void rotateZ(double angle)
public void rotateX(double angle)
public void rotateY(double angle)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||