Click or drag to resize
ParticleMove Method
Moves this particle in a straight line (based on its velocity) for the specified amount of time.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Move(
	double dt
)

Parameters

dt
Type: SystemDouble
the amount of time to move
See Also