Click or drag to resize
Particle.KineticEnergy Method
Returns the kinetic energy of this particle. The kinetic energy is given by the formula 1/2 MV2, where M is the Mass of this particle and V is its velocity.

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

Return Value

Type: Double
the kinetic energy of this particle
See Also