|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectigeo.IDelaunay2D.FaceIndex
public static class IDelaunay2D.FaceIndex
| Field Summary | |
|---|---|
int |
index1
|
int |
index2
|
int |
index3
|
| Constructor Summary | |
|---|---|
IDelaunay2D.FaceIndex(int idx1,
int idx2,
int idx3)
|
|
| Method Summary | |
|---|---|
boolean |
contains(int idx1,
int idx2)
|
int |
getOtherIndex(int idx1,
int idx2)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int index1
public int index2
public int index3
| Constructor Detail |
|---|
public IDelaunay2D.FaceIndex(int idx1,
int idx2,
int idx3)
| Method Detail |
|---|
public boolean contains(int idx1,
int idx2)
public int getOtherIndex(int idx1,
int idx2)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||