CRaPI - Correct Robust and Perfect API

MathUtility.ToDegrees Method 

Transforms an angle from radians to degrees

public static double ToDegrees(
   double pRadians
);

Parameters

pRadians
The angle to transform

Return Value

The angle in degrees

See Also

MathUtility Class | TeamYaffa.CRaPI.Utility Namespace