MTXRadToDeg

C Specification

#include <revolution/mtx.h>
#define MTXRadToDeg(a) ( (a) * 57.29577951f )

Arguments

a Radian value for conversion to degrees.

Return Values

Converted degree value (32-bit float).

Description

Macro to convert radians to degrees.

See Also

MTXDegToRad

Revision History

03/01/2006 Initial version.