This commit is contained in:
FlightControl
2017-06-13 13:17:17 +02:00
parent 94c208cbc9
commit 5a7551d312
92 changed files with 11076 additions and 118 deletions

View File

@@ -17,6 +17,11 @@
<a href="index.html">index</a>
</li></ul>
<ul>
<li><a href="AI_A2A.html">AI_A2A</a></li>
<li><a href="AI_A2A_Cap.html">AI_A2A_Cap</a></li>
<li><a href="AI_A2A_Dispatcher.html">AI_A2A_Dispatcher</a></li>
<li><a href="AI_A2A_GCI.html">AI_A2A_GCI</a></li>
<li><a href="AI_A2A_Patrol.html">AI_A2A_Patrol</a></li>
<li><a href="AI_Bai.html">AI_Bai</a></li>
<li><a href="AI_Balancer.html">AI_Balancer</a></li>
<li><a href="AI_Cap.html">AI_Cap</a></li>
@@ -298,6 +303,12 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
<td class="name" nowrap="nowrap"><a href="##(UTILS).ToRadian">UTILS.ToRadian(angle)</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(UTILS).spairs">UTILS.spairs(t, order)</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -837,6 +848,35 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
<dl class="function">
<dt>
<a id="#(UTILS).spairs" >
<strong>UTILS.spairs(t, order)</strong>
</a>
</dt>
<dd>
<p> Here is a customized version of pairs, which I called spairs because it iterates over the table in a sorted order.</p>
<h3>Parameters</h3>
<ul>
<li>
<p><code><em> t </em></code>: </p>
</li>
<li>
<p><code><em> order </em></code>: </p>
</li>
</ul>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(UTILS).tostringLL" >
<strong>UTILS.tostringLL(lat, lon, acc, DMS)</strong>
</a>