Click or drag to resize
DigitalRuneMathHelperToRadians Method (Single)
Converts an angle value from degrees to radians (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 ToRadians(
	float degree
)

Parameters

degree
Type: SystemSingle
The angle in degrees.

Return Value

Type: Single
The angle in radians.
See Also