MTXDegToRad

Syntax

    #include <revolution/mtx.h>

    #define MTXDegToRad(a) ( (a) * 0.01745329252f )

Arguments

a Degree value for conversion.

Return Values

Converted radian value (32-bit floating point).

Description

Macro to convert degrees to radians.

See Also

MTXRadToDeg

Revision History

2006/03/01 Initial version.


CONFIDENTIAL