1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="Microsoft FrontPage 5.0"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 9<title>MTXRadToDeg</title> 10</head> 11 12<body> 13 14<h1 align="left">MTXRadToDeg</h1> 15 16<h2 align="left">C Specification</h2> 17<BLOCKQUOTE><CODE><code>#include <revolution/mtx.h></code></CODE></BLOCKQUOTE> 18<BLOCKQUOTE><CODE><code>#define MTXRadToDeg(a) ( (a) * 57.29577951f )</code></CODE></BLOCKQUOTE> 19<p align="left"> </p> 20 21<h2 align="left">Arguments</h2> 22<div align="left"> 23<TABLE border="1" cellpadding="3" cellspacing="0.1"> 24 <tr> 25<TD width="120" bgcolor="#ffffe8"><code><strong><em>a</em></strong></code></TD> 26<TD width="520" valign="top" align="left">Radian value for conversion to degrees.</TD> 27 </tr> 28</TABLE> 29</div> 30 31<h2 align="left">Return Values</h2> 32 33<p align="left">Converted degree value (32-bit float).</p> 34<H2 align="left">Description</H2> 35<P align="left">Macro to convert radians to degrees.</P> 36 37 38 39 40<h2 align="left">See Also</h2> 41 42<p align="left"><a href="MTXDegToRad.html"><CODE>MTXDegToRad</CODE></a></p> 43<H2>Revision History</H2> 44</code></code> 45<P>2006/03/01 Initial version.</p> 46<hr> 47<P>CONFIDENTIAL</p> 48</BODY> 49</HTML>