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>MTXDegToRad</title> 10</head> 11 12<body> 13 14<h1 align="left">MTXDegToRad</h1> 15 16 17<h2 align="left">C Specification</h2> 18<BLOCKQUOTE><code><CODE>#include <revolution/mtx.h></CODE></code></BLOCKQUOTE> 19<BLOCKQUOTE><code>#define MTXDegToRad(a) ( (a) * 0.01745329252f )</code></BLOCKQUOTE> 20<h2 align="left">Arguments</h2> 21<div align="left"> 22<TABLE border="1" cellpadding="3" cellspacing="0.1"> 23 <tr> 24<TD width="120" valign="top" align="left" bgcolor="#ffffe8"><code><strong><em>a</em></strong></code></TD> 25<TD width="520" valign="top" align="left">Degree value for conversion.</TD> 26 </tr> 27</TABLE> 28</div> 29 30<h2 align="left">Return Values</h2> 31 32<p align="left">Converted radian value (32-bit float).</p> 33<H2 align="left">Description</H2> 34<P align="left">Macro to convert degrees to radians.</P> 35 36 37 38 39<h2 align="left">See Also</h2> 40 41<p align="left"><CODE><a href="MTXRadToDeg.html">MTXRadToDeg</a></CODE></p> 42<H2>Revision History</H2> 43<P>2006/03/01 Initial version.</p> 44<hr> 45<P>CONFIDENTIAL</p> 46</BODY> 47</HTML>