Click or drag to resize
ParticleTimeToHitVerticalWall Method
Returns the amount of time for this particle to collide with a vertical wall, assuming no interening collisions.

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

Return Value

Type: Double
the amount of time for this particle to collide with a vertical wall, assuming no interening collisions; double.PositiveInfinity if the particle will not collide with a vertical wall
See Also