2021-11-15 11:35:45 +01:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" />
< meta http-equiv = "X-UA-Compatible" content = "IE=9" />
< meta name = "generator" content = "Doxygen 1.8.17" />
< meta name = "viewport" content = "width=device-width, initial-scale=1" />
< title > Leonetienne/Eule: Member List</ title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" />
< script type = "text/javascript" src = "jquery.js" ></ script >
< script type = "text/javascript" src = "dynsections.js" ></ script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" />
< script type = "text/javascript" src = "search/searchdata.js" ></ script >
< script type = "text/javascript" src = "search/search.js" ></ script >
< script type = "text/x-mathjax-config" >
MathJax . Hub . Config ({
extensions : [ "tex2jax.js" ],
jax : [ "input/TeX" , "output/HTML-CSS" ],
});
</ script >
< script type = "text/javascript" async = "async" src = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" ></ script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" />
</ head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > Leonetienne/Eule
</ div >
< div id = "projectbrief" > Homemade math library, mainly targetted towards computer graphics</ div >
</ td >
</ tr >
</ tbody >
</ table >
</ div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox ( "searchBox" , "search" , false , 'Search' );
/* @license-end */
</ script >
< script type = "text/javascript" src = "menudata.js" ></ script >
< script type = "text/javascript" src = "menu.js" ></ script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$ ( function () {
initMenu ( '' , true , false , 'search.php' , 'Search' );
$ ( document ). ready ( function () { init_search (); });
});
/* @license-end */ </ script >
< div id = "main-nav" ></ div >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover = "return searchBox.OnSearchSelectShow()"
onmouseout = "return searchBox.OnSearchSelectHide()"
onkeydown = "return searchBox.OnSearchSelectKey(event)" >
</ div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name = "MSearchResults" id = "MSearchResults" >
</ iframe >
</ div >
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" >< a class = "el" href = "namespaceEule.html" > Eule</ a ></ li >< li class = "navelem" >< a class = "el" href = "classEule_1_1Math.html" > Math</ a ></ li > </ ul >
</ div >
</ div > <!-- top -->
< div class = "header" >
< div class = "headertitle" >
< div class = "title" > Eule::Math Member List</ div > </ div >
</ div > <!--header-->
< div class = "contents" >
< p > This is the complete list of members for < a class = "el" href = "classEule_1_1Math.html" > Eule::Math</ a > , including all inherited members.</ p >
< table class = "directory" >
< tr class = "even" >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html#ab9ccf4aa730ef825faf224445c86ab25" > Abs</ a > (const double a)</ td >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html" > Eule::Math</ a ></ td >< td class = "entry" >< span class = "mlabel" > inline</ span >< span class = "mlabel" > static</ span ></ td ></ tr >
< tr >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html#a73947ee95912f0a06359fc5004bfc840" > Clamp</ a > (const double v, const double min, const double max)</ td >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html" > Eule::Math</ a ></ td >< td class = "entry" >< span class = "mlabel" > inline</ span >< span class = "mlabel" > static</ span ></ td ></ tr >
< tr class = "even" >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html#a991f62401991014de20aca0fda9f9ef7" > Lerp</ a > (double a, double b, double t)</ td >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html" > Eule::Math</ a ></ td >< td class = "entry" >< span class = "mlabel" > inline</ span >< span class = "mlabel" > static</ span ></ td ></ tr >
< tr >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html#a991c620839f5fa9fcfe7e503b8ab0008" > Max</ a > (const double a, const double b)</ td >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html" > Eule::Math</ a ></ td >< td class = "entry" >< span class = "mlabel" > inline</ span >< span class = "mlabel" > static</ span ></ td ></ tr >
< tr class = "even" >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html#aa4d3c52cb09984ec567a9961ff7e3f02" > Min</ a > (const double a, const double b)</ td >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html" > Eule::Math</ a ></ td >< td class = "entry" >< span class = "mlabel" > inline</ span >< span class = "mlabel" > static</ span ></ td ></ tr >
< tr >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html#a1b0fb72c51751470f7f819b20a5b3b3f" > Oscillate</ a > (const double a, const double b, const double counter, const double speed)</ td >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html" > Eule::Math</ a ></ td >< td class = "entry" >< span class = "mlabel" > static</ span ></ td ></ tr >
< tr class = "even" >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html#a6aa6d6c804f995a089779219e5136e4f" > Random</ a > ()</ td >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html" > Eule::Math</ a ></ td >< td class = "entry" >< span class = "mlabel" > static</ span ></ td ></ tr >
< tr >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html#a60bffec38a861b7701fc90bd6f1a11d6" > RandomChance</ a > (const double chance)</ td >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html" > Eule::Math</ a ></ td >< td class = "entry" >< span class = "mlabel" > static</ span ></ td ></ tr >
< tr class = "even" >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html#ab8d66e39e794d89594c50690ccc92c60" > RandomInt</ a > ()</ td >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html" > Eule::Math</ a ></ td >< td class = "entry" >< span class = "mlabel" > static</ span ></ td ></ tr >
< tr >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html#adfc55be8cb68aba351374f045f29a2ad" > RandomIntRange</ a > (const int max, const int min)</ td >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html" > Eule::Math</ a ></ td >< td class = "entry" >< span class = "mlabel" > static</ span ></ td ></ tr >
< tr class = "even" >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html#a48ca8451f9803ce35d2a35cfb83d8ae9" > RandomRange</ a > (const double min, const double max)</ td >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html" > Eule::Math</ a ></ td >< td class = "entry" >< span class = "mlabel" > static</ span ></ td ></ tr >
< tr >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html#ad38d9a50e08cd02bb35161cc3bd77b26" > RandomUint</ a > ()</ td >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html" > Eule::Math</ a ></ td >< td class = "entry" >< span class = "mlabel" > static</ span ></ td ></ tr >
< tr class = "even" >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html#ac928b1e9cde5ac60f5fdc1ba466305ff" > Similar</ a > (const double a, const double b, const double epsilon=0.00001)</ td >< td class = "entry" >< a class = "el" href = "classEule_1_1Math.html" > Eule::Math</ a ></ td >< td class = "entry" >< span class = "mlabel" > static</ span ></ td ></ tr >
</ table ></ div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" />< address class = "footer" >< small >
2021-11-15 11:46:15 +01:00
Generated on Mon Nov 15 2021 11:45:52 for Leonetienne/Eule by   < a href = "http://www.doxygen.org/index.html" >
2021-11-15 11:35:45 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" />
</ a > 1.8.17
</ small ></ address >
</ body >
</ html >