Struct TimeStep
- Namespace
- Alis.Core.Physic.Dynamics
- Assembly
- Alis.dll
This is an internal structure.
internal struct TimeStep
Inherited Members
Fields
dt
Time step (Delta time)
public float dt
Field Value
dtRatio
dt * inv_dt0
public float dtRatio
Field Value
inv_dt
Inverse time step (0 if dt == 0).
public float inv_dt
Field Value
positionIterations
The position iterations
public int positionIterations
Field Value
velocityIterations
The velocity iterations
public int velocityIterations
Field Value
warmStarting
The warm starting
public bool warmStarting