Class TimeStep
- Namespace
- Alis.Core.Aspect.Time
- Assembly
- Alis.dll
This is an internal class.
public class TimeStep
Inheritance
Inherited Members
Properties
DeltaTime
Time step (Delta time)
public float DeltaTime { get; set; }
Property Value
DeltaTimeRatio
dt * inv_dt0
public float DeltaTimeRatio { get; set; }
Property Value
InvertedDeltaTime
Inverse time step (0 if dt == 0).
public float InvertedDeltaTime { get; set; }
Property Value
InvertedDeltaTimeZero
The inverted delta time
public float InvertedDeltaTimeZero { get; set; }
Property Value
PositionIterations
The position iterations
public int PositionIterations { get; set; }
Property Value
VelocityIterations
The velocity iterations
public int VelocityIterations { get; set; }
Property Value
WarmStarting
The warm starting
public bool WarmStarting { get; set; }
Property Value
Methods
Reset()
Resets this instance
public void Reset()