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

@@ -164,7 +164,7 @@ $(function() {
<div class="ttc" id="aclassEule_1_1Math_html_a991f62401991014de20aca0fda9f9ef7"><div class="ttname"><a href="classEule_1_1Math.html#a991f62401991014de20aca0fda9f9ef7">Eule::Math::Lerp</a></div><div class="ttdeci">static constexpr double Lerp(double a, double b, double t)</div><div class="ttdoc">Will return the linear interpolation between a and b by t</div><div class="ttdef"><b>Definition:</b> <a href="Math_8h_source.html#l00086">Math.h:86</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="aclassEule_1_1Math_html_a991c620839f5fa9fcfe7e503b8ab0008"><div class="ttname"><a href="classEule_1_1Math.html#a991c620839f5fa9fcfe7e503b8ab0008">Eule::Math::Max</a></div><div class="ttdeci">static constexpr double Max(const double a, const double b)</div><div class="ttdoc">Will return the bigger of two values.</div><div class="ttdef"><b>Definition:</b> <a href="Math_8h_source.html#l00071">Math.h:71</a></div></div>
<div class="ttc" id="aclassEule_1_1Math_html"><div class="ttname"><a href="classEule_1_1Math.html">Eule::Math</a></div><div class="ttdoc">Math utility class.</div><div class="ttdef"><b>Definition:</b> <a href="Math_8h_source.html#l00008">Math.h:8</a></div></div>
<div class="ttc" id="aclassEule_1_1Math_html"><div class="ttname"><a href="classEule_1_1Math.html">Eule::Math</a></div><div class="ttdoc">Math utility class containing basic functions.</div><div class="ttdef"><b>Definition:</b> <a href="Math_8h_source.html#l00008">Math.h:8</a></div></div>
<div class="ttc" id="aclassEule_1_1Math_html_a73947ee95912f0a06359fc5004bfc840"><div class="ttname"><a href="classEule_1_1Math.html#a73947ee95912f0a06359fc5004bfc840">Eule::Math::Clamp</a></div><div class="ttdeci">static constexpr double Clamp(const double v, const double min, const double max)</div><div class="ttdoc">Will return v, but at least min, and at most max</div><div class="ttdef"><b>Definition:</b> <a href="Math_8h_source.html#l00081">Math.h:81</a></div></div>
<div class="ttc" id="aclassEule_1_1Math_html_aa4d3c52cb09984ec567a9961ff7e3f02"><div class="ttname"><a href="classEule_1_1Math.html#aa4d3c52cb09984ec567a9961ff7e3f02">Eule::Math::Min</a></div><div class="ttdeci">static constexpr double Min(const double a, const double b)</div><div class="ttdoc">Will return the smaller of two values.</div><div class="ttdef"><b>Definition:</b> <a href="Math_8h_source.html#l00076">Math.h:76</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>
@@ -175,7 +175,7 @@ $(function() {
<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>