Click or drag to resize
DigitalRuneMathHelperToRadians Method (Double)
Converts an angle value from degrees to radians (double-precision).

Namespace: DigitalRune.Mathematics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public static double ToRadians(
	double degree
)

Parameters

degree
Type: SystemDouble
The angle in degrees.

Return Value

Type: Double
The angle in radians.
See Also