|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbox2d.dynamics.TimeStep
public class TimeStep
A holder for time step information.
| Field Summary | |
|---|---|
float |
dt
|
float |
dtRatio
|
float |
inv_dt
|
int |
maxIterations
|
boolean |
positionCorrection
|
boolean |
warmStarting
|
| Constructor Summary | |
|---|---|
TimeStep()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float dt
public float inv_dt
public float dtRatio
public boolean warmStarting
public boolean positionCorrection
public int maxIterations
| Constructor Detail |
|---|
public TimeStep()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||