|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.java.dev.joode.util.AABBSet.ElementPair
public static class AABBSet.ElementPair
Indexes a pair of AABBs in the collection.
| Field Summary | |
|---|---|
int |
index1
Indexes the first of the two AABBs. |
int |
index2
Indexes the second of the two AABBs. |
| Constructor Summary | |
|---|---|
AABBSet.ElementPair(int index1,
int index2)
Constructs an ElementPair with specified indices. |
|
| Method Summary |
|---|
| 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
| Constructor Detail |
|---|
public AABBSet.ElementPair(int index1,
int index2)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||