| RigidBodyRotationalEnergy Property |
Gets the rotational kinetic energy.
Namespace: DigitalRune.PhysicsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public float RotationalEnergy { get; }
Public ReadOnly Property RotationalEnergy As Single
Get
public:
property float RotationalEnergy {
float get ();
}
member RotationalEnergy : float32 with get
Property Value
Type:
SingleThe rotational kinetic energy.
See Also