1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3<head> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 7<title>KPADGetReviseAngle</title> 8</head> 9 10<body> 11 12<h1>KPADGetReviseAngle</h1> 13 14<h2>Syntax</h2> 15<dl><dd><pre class="construction"> 16#include <revolution/kpad.h> 17 18f32 KPADGetReviseAngle( void ); 19</pre></dd></dl> 20 21<h2>Arguments</h2> 22<p>None.</p> 23 24<h2>Return Values</h2> 25<p>The angle of rotation when rotated counterclockwise as defined when facing to the positive X-direction in the Nunchuk motion sensor's coordinate system. In units of degrees.</p> 26 27<H2>Description</H2> 28<p> 29Gets the rotation angle, in degrees, of the angular correction performed when <a href="./KPADSetReviseMode.html"><code>KPADSetReviseMode</code></a> is set to ON, or performed by the <a href="./KPADReviseAcc.html"><code>KPADReviseAcc</code></a> function. 30 31<h2>See Also</h2> 32<p class="reference"> 33<a href="./KPADSetReviseMode.html">KPADSetReviseMode</a>, 34<a href="./KPADReviseAcc.html">KPADReviseAcc</a> 35</p> 36 37<H2>Revision History</H2> 38<P> 392007/05/21 Initial version.<br> 40</P> 41 42<hr><p>CONFIDENTIAL</p></body> 43</html> 44