Returns the angle converted from radians to degrees.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static float RadianToDegree(
	float angle
)

Parameters

angle
Type: System..::.Single
An angle, measured in radians.

Return Value

An angle, measured in degrees.

See Also