MTXDegToRad

C Specification

#include <revolution/mtx.h>
#define MTXDegToRad(a) ( (a) * 0.01745329252f )

Arguments

a Degree value for conversion.

Return Values

Converted radian value (32-bit float).

Description

Macro to convert degrees to radians.

See Also

MTXRadToDeg

Revision History

03/01/2006 Initial version.