Click or drag to resize
AnglesDeg2Rad Method
Converts a degree angle to a radian angle.

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static float Deg2Rad(
	float deg
)

Parameters

deg
Type: SystemSingle
Angle to convert (in degree).

Return Value

Type: Single
Converted angle (in radians).
See Also