Moves this particle in a straight line (based on its velocity)
for the specified amount of time.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Move(
double dt
)
Parameters
- dt
- Type: SystemDouble
the amount of time to move
See Also