Table of Contents

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

float

dtRatio

dt * inv_dt0

public float dtRatio

Field Value

float

inv_dt

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

public float inv_dt

Field Value

float

positionIterations

The position iterations

public int positionIterations

Field Value

int

velocityIterations

The velocity iterations

public int velocityIterations

Field Value

int

warmStarting

The warm starting

public bool warmStarting

Field Value

bool