Click or drag to resize
DigitalRuneMathHelperToDegrees Method (Single)
Converts an angle value from radians to degrees (single-precision).

Namespace: DigitalRune.Mathematics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public static float ToDegrees(
	float radians
)

Parameters

radians
Type: SystemSingle
The angle in radians.

Return Value

Type: Single
The angle in degrees.
See Also