public class TimeStep extends Object
Modifier and Type | Field and Description |
---|---|
float |
dt
time step
|
float |
dtRatio
dt * inv_dt0
|
float |
inv_dt
inverse time step (0 if dt == 0).
|
int |
positionIterations |
int |
velocityIterations |
boolean |
warmStarting |
Constructor and Description |
---|
TimeStep() |
Copyright © 2018. All rights reserved.