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

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

Parameters

rad
Type: SystemSingle
Angle to convert (in radians).

Return Value

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