Table of Contents

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

float

DeltaTimeRatio

dt * inv_dt0

public float DeltaTimeRatio { get; set; }

Property Value

float

InvertedDeltaTime

Inverse time step (0 if dt == 0).

public float InvertedDeltaTime { get; set; }

Property Value

float

InvertedDeltaTimeZero

The inverted delta time

public float InvertedDeltaTimeZero { get; set; }

Property Value

float

PositionIterations

The position iterations

public int PositionIterations { get; set; }

Property Value

int

VelocityIterations

The velocity iterations

public int VelocityIterations { get; set; }

Property Value

int

WarmStarting

The warm starting

public bool WarmStarting { get; set; }

Property Value

bool

Methods

Reset()

Resets this instance

public void Reset()