|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.collision.Bound
public class Bound
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 |
---|
public int value
public int proxyId
public int stabbingCount
Constructor Detail |
---|
public Bound()
public Bound(Bound b)
Method Detail |
---|
public final void set(Bound b)
public final boolean isLower()
public final boolean isUpper()
public final void swap(Bound other)
other
- bound to swap values withpublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |