<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0">
<channel>
    <title>RoboRealm Forum</title>
    <link>http://www.RoboRealm.com/</link>
    <description>The newest forum threads.</description>
    <lastBuildDate>Tue, 30 Nov 1999 00:11:00 EST</lastBuildDate>
    <language>en-us</language>
    <copyright>Copyright: (C) RoboRealm, http://www.RoboRealm.com/</copyright>
    <docs>http://www.RoboRealm.com/</docs>

    <item>
        <title>No Title</title>
        <description>
        Thanks a lot indeed Steven!&lt;br&gt;&lt;br&gt;&lt;br&gt;The problem is solved now!&lt;br&gt;&lt;br&gt;&lt;br&gt;RVamzess        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2895</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2895</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Yea, it is a little confusing once you first start working with it. We basically just mapped the C++ version of atan2. For more description on that have a look at&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cplusplus.com/reference/clibrary/cmath/atan2.html&quot; target=&quot;_blank&quot;&gt;http://www.cplusplus.com/&lt;wbr&gt;reference/&lt;wbr&gt;clibrary/&lt;wbr&gt;cmath/&lt;wbr&gt;atan2.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Some tips are:&lt;br&gt;&lt;br&gt;- Convert to degrees &lt;br&gt;&lt;br&gt;(atan2(100,100)*180.0f)/3.14159&lt;br&gt;&lt;br&gt;- Convert to 0 - 2PI range&lt;br&gt;&lt;br&gt;deg = atan2(100,100)&lt;br&gt;if deg &amp;lt; 0 then deg = 6.2831853 + deg&lt;br&gt;&lt;br&gt;- Convert to 0 - 360 range&lt;br&gt;&lt;br&gt;deg = (atan2(100,100)*180.0f)/3.1415927&lt;br&gt;if deg &amp;lt; 0 then deg = 6.2831853 + deg&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2895</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2895</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Atan2 problem</title>
        <description>
        Hello,&lt;br&gt;&lt;br&gt;I thought i know how atan2 works, but i am very surrprised. Results that i get are strange. Please help me and let me know:&lt;br&gt;-how to obtaint an angle for a strait line (i know its directional rate - gradient) in the first quarter of coordinate arrangement, or &lt;br&gt;-how atan2 exactly works, or&lt;br&gt;-at last how to calculate arcus tangens in other way.&lt;br&gt;&lt;br&gt;Thanks in advance.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2895</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2895</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
