|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.collision.DistanceInput
public class DistanceInput
Input for Distance. You have to option to use the shape radii in the computation.
Field Summary | |
---|---|
Distance.DistanceProxy |
proxyA
|
Distance.DistanceProxy |
proxyB
|
Transform |
transformA
|
Transform |
transformB
|
boolean |
useRadii
|
Constructor Summary | |
---|---|
DistanceInput()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Distance.DistanceProxy proxyA
public Distance.DistanceProxy proxyB
public Transform transformA
public Transform transformB
public boolean useRadii
Constructor Detail |
---|
public DistanceInput()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |