Click or drag to resize
DigitalRuneRigidBodyKineticEnergy Property
Gets the kinetic energy.

Namespace: DigitalRune.Physics
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public float KineticEnergy { get; }

Property Value

Type: Single
The kinetic energy.
Remarks
The kinetic energy is the sum of the TranslationalEnergy and the RotationalEnergy.
See Also