|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Point3d
Field Summary | |
int |
a
projected screen coordinates |
int |
b
projected screen coordinates |
double |
x
3d coordinates |
double |
y
3d coordinates |
double |
z
3d coordinates |
Constructor Summary | |
Point3d()
Creates zero point/vector |
|
Point3d(double xx,
double yy,
double zz)
Creates the (xx,yy,zz) point/vector |
Method Summary | |
Point3d |
duplicate()
Clones itself. |
java.lang.String |
nstr()
|
void |
set(Point3d p)
|
java.lang.String |
str()
Returns the string representation of the point |
Methods inherited from class java.lang.Object |
|
Field Detail |
public double x
public double y
public double z
public int a
public int b
Constructor Detail |
public Point3d()
public Point3d(double xx, double yy, double zz)
Method Detail |
public java.lang.String str()
public Point3d duplicate()
public void set(Point3d p)
public java.lang.String nstr()
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |