Integrates the system forwards by dt - the caller is responsible for making sure that repeated calls to this use the same dt (if desired)

Namespace: JigLibX.Physics
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public void Integrate(
	float dt
)
Visual Basic
Public Sub Integrate ( _
	dt As Single _
)
Visual C++
public:
void Integrate(
	float dt
)

Parameters

dt
Type: System..::..Single

[Missing <param name="dt"/> documentation for "M:JigLibX.Physics.PhysicsSystem.Integrate(System.Single)"]

See Also