C# Class FarseerPhysics.Dynamics.TimeStep

This is an internal structure.
Show file Open project: scastle/Solitude Class Usage Examples

Public Properties

Property Type Description
dt float
dtRatio float
inv_dt float

Property Details

dt public property

Time step (Delta time)
public float dt
return float

dtRatio public property

dt * inv_dt0
public float dtRatio
return float

inv_dt public property

Inverse time step (0 if dt == 0).
public float inv_dt
return float