|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Vertex3DSpaceInterface
| Method Summary | |
|---|---|
void |
clear()
Clears information about vertices, which have been created. |
Vertex3D |
get(double x,
double y,
double z)
Should return existing or new vertex which has "equal" coordinates. |
Vertex3D |
get(Tuple3D t)
Should return existing or new vertex which has "equal" coordinates. |
void |
remove(Vertex3D v)
Vertex must be removed from the space |
void |
set(Vertex3D v)
You have to insert this vertex into space, possibly overwriting the existing one. |
| Method Detail |
|---|
Vertex3D get(Tuple3D t)
t -
Vertex3D get(double x,
double y,
double z)
x - y - z -
void set(Vertex3D v)
v - void remove(Vertex3D v)
v - void clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||