net.java.dev.joode.util
Class AABBSet.ElementPair

java.lang.Object
  extended by net.java.dev.joode.util.AABBSet.ElementPair
Enclosing class:
AABBSet

public static class AABBSet.ElementPair
extends java.lang.Object

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

index1

public int index1
Indexes the first of the two AABBs.


index2

public int index2
Indexes the second of the two AABBs.

Constructor Detail

AABBSet.ElementPair

public AABBSet.ElementPair(int index1,
                           int index2)
Constructs an ElementPair with specified indices.