org.jbox2d.collision
Class Bound

java.lang.Object
  extended by org.jbox2d.collision.Bound

public class Bound
extends Object

Used in BroadPhase


Field Summary
 int proxyId
           
 int stabbingCount
           
 int value
           
 
Constructor Summary
Bound()
           
Bound(Bound b)
           
 
Method Summary
 boolean isLower()
           
 boolean isUpper()
           
 void set(Bound b)
           
 void swap(Bound other)
          swaps the values of this bound with the other bound
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public int value

proxyId

public int proxyId

stabbingCount

public int stabbingCount
Constructor Detail

Bound

public Bound()

Bound

public Bound(Bound b)
Method Detail

set

public final void set(Bound b)

isLower

public final boolean isLower()

isUpper

public final boolean isUpper()

swap

public final void swap(Bound other)
swaps the values of this bound with the other bound

Parameters:
other - bound to swap values with

toString

public String toString()
Overrides:
toString in class Object