built doxygen

This commit is contained in:
Leonetienne
2021-11-15 11:46:15 +01:00
parent 3b123b1d0e
commit 059251b846
181 changed files with 650 additions and 342 deletions

View File

@@ -146,7 +146,7 @@ $(function() {
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; </div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="classEule_1_1Math.html#a1b0fb72c51751470f7f819b20a5b3b3f"> 68</a></span>&#160;<span class="keywordtype">double</span> <a class="code" href="classEule_1_1Math.html#a1b0fb72c51751470f7f819b20a5b3b3f">Math::Oscillate</a>(<span class="keyword">const</span> <span class="keywordtype">double</span> a, <span class="keyword">const</span> <span class="keywordtype">double</span> b, <span class="keyword">const</span> <span class="keywordtype">double</span> counter, <span class="keyword">const</span> <span class="keywordtype">double</span> speed)</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;{</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; <span class="keywordflow">return</span> (sin(counter * speed * <a class="code" href="Constants_8h.html#a598a3330b3c21701223ee0ca14316eca">PI</a> - <a class="code" href="Constants_8h.html#ae3ec3219e4eee3b0992bfd59c2e2bc42">HALF_PI</a>) * 0.5 + 0.5) * (b-a) + a;</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; <span class="keywordflow">return</span> (sin(counter * speed * <a class="code" href="Constants_8h.html#a299aabc5fc8285cbf99025330a3d0d0d">PI</a> - <a class="code" href="Constants_8h.html#ad0661cafa18be7ccadefb27b6b809264">HALF_PI</a>) * 0.5 + 0.5) * (b-a) + a;</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;}</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; </div>
<div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="classEule_1_1Math.html#a60bffec38a861b7701fc90bd6f1a11d6"> 73</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="classEule_1_1Math.html#a60bffec38a861b7701fc90bd6f1a11d6">Math::RandomChance</a>(<span class="keyword">const</span> <span class="keywordtype">double</span> chance)</div>
@@ -159,20 +159,20 @@ $(function() {
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="aMath_8cpp_html_ac0cae806d3e9a3772f7388dd53cfc370"><div class="ttname"><a href="Math_8cpp.html#ac0cae806d3e9a3772f7388dd53cfc370">MAKE_SURE_RNG_IS_INITIALIZED</a></div><div class="ttdeci">#define MAKE_SURE_RNG_IS_INITIALIZED</div><div class="ttdef"><b>Definition:</b> <a href="Math_8cpp_source.html#l00008">Math.cpp:8</a></div></div>
<div class="ttc" id="aclassEule_1_1Math_html_a60bffec38a861b7701fc90bd6f1a11d6"><div class="ttname"><a href="classEule_1_1Math.html#a60bffec38a861b7701fc90bd6f1a11d6">Eule::Math::RandomChance</a></div><div class="ttdeci">static bool RandomChance(const double chance)</div><div class="ttdoc">Will 'roll' a dice, returning true percent of the time.</div><div class="ttdef"><b>Definition:</b> <a href="Math_8cpp_source.html#l00073">Math.cpp:73</a></div></div>
<div class="ttc" id="aConstants_8h_html_a299aabc5fc8285cbf99025330a3d0d0d"><div class="ttname"><a href="Constants_8h.html#a299aabc5fc8285cbf99025330a3d0d0d">PI</a></div><div class="ttdeci">static constexpr double PI</div><div class="ttdoc">Pi up to 50 decimal places.</div><div class="ttdef"><b>Definition:</b> <a href="Constants_8h_source.html#l00006">Constants.h:6</a></div></div>
<div class="ttc" id="aclassEule_1_1Math_html_a48ca8451f9803ce35d2a35cfb83d8ae9"><div class="ttname"><a href="classEule_1_1Math.html#a48ca8451f9803ce35d2a35cfb83d8ae9">Eule::Math::RandomRange</a></div><div class="ttdeci">static double RandomRange(const double min, const double max)</div><div class="ttdoc">Will return a random double within a range These bounds are INCLUSIVE!</div><div class="ttdef"><b>Definition:</b> <a href="Math_8cpp_source.html#l00056">Math.cpp:56</a></div></div>
<div class="ttc" id="aConstants_8h_html_a598a3330b3c21701223ee0ca14316eca"><div class="ttname"><a href="Constants_8h.html#a598a3330b3c21701223ee0ca14316eca">PI</a></div><div class="ttdeci">#define PI</div><div class="ttdoc">Pi up to 50 decimal places.</div><div class="ttdef"><b>Definition:</b> <a href="Constants_8h_source.html#l00006">Constants.h:6</a></div></div>
<div class="ttc" id="aConstants_8h_html"><div class="ttname"><a href="Constants_8h.html">Constants.h</a></div></div>
<div class="ttc" id="aConstants_8h_html_ae3ec3219e4eee3b0992bfd59c2e2bc42"><div class="ttname"><a href="Constants_8h.html#ae3ec3219e4eee3b0992bfd59c2e2bc42">HALF_PI</a></div><div class="ttdeci">#define HALF_PI</div><div class="ttdoc">Pi divided by two.</div><div class="ttdef"><b>Definition:</b> <a href="Constants_8h_source.html#l00009">Constants.h:9</a></div></div>
<div class="ttc" id="aclassEule_1_1Math_html_ab8d66e39e794d89594c50690ccc92c60"><div class="ttname"><a href="classEule_1_1Math.html#ab8d66e39e794d89594c50690ccc92c60">Eule::Math::RandomInt</a></div><div class="ttdeci">static unsigned int RandomInt()</div><div class="ttdoc">Will return a random integer.</div><div class="ttdef"><b>Definition:</b> <a href="Math_8cpp_source.html#l00045">Math.cpp:45</a></div></div>
<div class="ttc" id="aMath_8h_html"><div class="ttname"><a href="Math_8h.html">Math.h</a></div></div>
<div class="ttc" id="aclassEule_1_1Math_html_adfc55be8cb68aba351374f045f29a2ad"><div class="ttname"><a href="classEule_1_1Math.html#adfc55be8cb68aba351374f045f29a2ad">Eule::Math::RandomIntRange</a></div><div class="ttdeci">static int RandomIntRange(const int max, const int min)</div><div class="ttdoc">Will return a random integer within a range.</div><div class="ttdef"><b>Definition:</b> <a href="Math_8cpp_source.html#l00063">Math.cpp:63</a></div></div>
<div class="ttc" id="aclassEule_1_1Math_html_a6aa6d6c804f995a089779219e5136e4f"><div class="ttname"><a href="classEule_1_1Math.html#a6aa6d6c804f995a089779219e5136e4f">Eule::Math::Random</a></div><div class="ttdeci">static double Random()</div><div class="ttdoc">Will return a random double between 0 and 1</div><div class="ttdef"><b>Definition:</b> <a href="Math_8cpp_source.html#l00029">Math.cpp:29</a></div></div>
<div class="ttc" id="aclassEule_1_1Math_html_ad38d9a50e08cd02bb35161cc3bd77b26"><div class="ttname"><a href="classEule_1_1Math.html#ad38d9a50e08cd02bb35161cc3bd77b26">Eule::Math::RandomUint</a></div><div class="ttdeci">static unsigned int RandomUint()</div><div class="ttdoc">Will return a random unsigned integer.</div><div class="ttdef"><b>Definition:</b> <a href="Math_8cpp_source.html#l00037">Math.cpp:37</a></div></div>
<div class="ttc" id="aConstants_8h_html_ad0661cafa18be7ccadefb27b6b809264"><div class="ttname"><a href="Constants_8h.html#ad0661cafa18be7ccadefb27b6b809264">HALF_PI</a></div><div class="ttdeci">static constexpr double HALF_PI</div><div class="ttdoc">Pi divided by two.</div><div class="ttdef"><b>Definition:</b> <a href="Constants_8h_source.html#l00009">Constants.h:9</a></div></div>
<div class="ttc" id="anamespaceEule_html"><div class="ttname"><a href="namespaceEule.html">Eule</a></div><div class="ttdef"><b>Definition:</b> <a href="Collider_8h_source.html#l00004">Collider.h:4</a></div></div>
<div class="ttc" id="aclassEule_1_1Math_html_a1b0fb72c51751470f7f819b20a5b3b3f"><div class="ttname"><a href="classEule_1_1Math.html#a1b0fb72c51751470f7f819b20a5b3b3f">Eule::Math::Oscillate</a></div><div class="ttdeci">static double Oscillate(const double a, const double b, const double counter, const double speed)</div><div class="ttdoc">Kind of like , but it oscillates over instead of , by a given speed.</div><div class="ttdef"><b>Definition:</b> <a href="Math_8cpp_source.html#l00068">Math.cpp:68</a></div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Nov 15 2021 11:34:32 for Leonetienne/Eule by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Nov 15 2021 11:45:52 for Leonetienne/Eule by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>