| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- <!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" lang="en-US">
- <head>
- <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
- <meta http-equiv="X-UA-Compatible" content="IE=11"/>
- <meta name="generator" content="Doxygen 1.12.0"/>
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
- <title>Jolt Physics: Jolt/Physics/Body/AllowedDOFs.h Source File</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>
- <script type="text/javascript" src="clipboard.js"></script>
- <link href="navtree.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="navtreedata.js"></script>
- <script type="text/javascript" src="navtree.js"></script>
- <script type="text/javascript" src="resize.js"></script>
- <script type="text/javascript" src="cookie.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 id="projectrow">
- <td id="projectlogo"><img alt="Logo" src="LogoSmall.png"/></td>
- <td id="projectalign">
- <div id="projectname">Jolt Physics
- </div>
- <div id="projectbrief">A multi core friendly Game Physics Engine</div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- end header part -->
- <!-- Generated by Doxygen 1.12.0 -->
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
- var searchBox = new SearchBox("searchBox", "search/",'.html');
- /* @license-end */
- </script>
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
- $(function() { codefold.init(0); });
- /* @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:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
- $(function() {
- initMenu('',true,false,'search.php','Search',true);
- $(function() { init_search(); });
- });
- /* @license-end */
- </script>
- <div id="main-nav"></div>
- </div><!-- top -->
- <div id="side-nav" class="ui-resizable side-nav-resizable">
- <div id="nav-tree">
- <div id="nav-tree-contents">
- <div id="nav-sync" class="sync"></div>
- </div>
- </div>
- <div id="splitbar" style="-moz-user-select:none;"
- class="ui-resizable-handle">
- </div>
- </div>
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
- $(function(){initNavTree('_allowed_d_o_fs_8h_source.html',''); initResizable(true); });
- /* @license-end */
- </script>
- <div id="doc-content">
- <!-- 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">
- <div id="MSearchResults">
- <div class="SRPage">
- <div id="SRIndex">
- <div id="SRResults"></div>
- <div class="SRStatus" id="Loading">Loading...</div>
- <div class="SRStatus" id="Searching">Searching...</div>
- <div class="SRStatus" id="NoMatches">No Matches</div>
- </div>
- </div>
- </div>
- </div>
- <div class="header">
- <div class="headertitle"><div class="title">AllowedDOFs.h</div></div>
- </div><!--header-->
- <div class="contents">
- <a href="_allowed_d_o_fs_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">// Jolt Physics Library (https://github.com/jrouwe/JoltPhysics)</span></div>
- <div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment">// SPDX-FileCopyrightText: 2023 Jorrit Rouwe</span></div>
- <div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment">// SPDX-License-Identifier: MIT</span></div>
- <div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span> </div>
- <div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#pragma once</span></div>
- <div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span> </div>
- <div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><a class="code hl_define" href="_core_8h.html#ad14098b68b8c44ea6112601031268405">JPH_NAMESPACE_BEGIN</a></div>
- <div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
- <div class="foldopen" id="foldopen00010" data-start="{" data-end="};">
- <div class="line"><a id="l00010" name="l00010"></a><span class="lineno"><a class="line" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913"> 10</a></span><span class="keyword">enum class</span> <a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> : <a class="code hl_typedef" href="_core_8h.html#a115946cb5fc5879545e9ccea096a6031">uint8</a></div>
- <div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span>{</div>
- <div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> <a class="code hl_enumvalue" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913a6adf97f83acf6453d4a6a4b1070f3754">None</a> = 0b000000, </div>
- <div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> <a class="code hl_enumvalue" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913ab1c94ca2fbc3e78fc30069c8d0f01680">All</a> = 0b111111, </div>
- <div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> <a class="code hl_enumvalue" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913adf25457a4acbb8220b36cbd34903fc06">TranslationX</a> = 0b000001, </div>
- <div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> <a class="code hl_enumvalue" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913a5958d0bb6455dfb87376b3c24eeb9a46">TranslationY</a> = 0b000010, </div>
- <div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> <a class="code hl_enumvalue" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913a7eac98e7f2c74960a4aa9a2a92a8874d">TranslationZ</a> = 0b000100, </div>
- <div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> <a class="code hl_enumvalue" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913a14dcec09ce1f4dfaac5955bc70825ebc">RotationX</a> = 0b001000, </div>
- <div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> <a class="code hl_enumvalue" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913a7527ced5a5153f3b21e31c4b177c2ea7">RotationY</a> = 0b010000, </div>
- <div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> <a class="code hl_enumvalue" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913ae967cae1a9d601b4335123e013328d34">RotationZ</a> = 0b100000, </div>
- <div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> <a class="code hl_enumvalue" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913ab4428ecae408554a5383fb2c4a24ffa6">Plane2D</a> = <a class="code hl_enumvalue" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913adf25457a4acbb8220b36cbd34903fc06">TranslationX</a> | <a class="code hl_enumvalue" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913a5958d0bb6455dfb87376b3c24eeb9a46">TranslationY</a> | <a class="code hl_enumvalue" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913ae967cae1a9d601b4335123e013328d34">RotationZ</a>, </div>
- <div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span>};</div>
- </div>
- <div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> </div>
- <div class="foldopen" id="foldopen00024" data-start="{" data-end="}">
- <div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="_allowed_d_o_fs_8h.html#aaa1b26e8bc12ba3755cc10db87c0bd0b"> 24</a></span><span class="keyword">constexpr</span> <a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> <a class="code hl_function" href="_allowed_d_o_fs_8h.html#aaa1b26e8bc12ba3755cc10db87c0bd0b">operator | </a>(<a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> inLHS, <a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> inRHS)</div>
- <div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span>{</div>
- <div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> <span class="keywordflow">return</span> <a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a>(<a class="code hl_typedef" href="_core_8h.html#a115946cb5fc5879545e9ccea096a6031">uint8</a>(inLHS) | <a class="code hl_typedef" href="_core_8h.html#a115946cb5fc5879545e9ccea096a6031">uint8</a>(inRHS));</div>
- <div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span>}</div>
- </div>
- <div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> </div>
- <div class="foldopen" id="foldopen00030" data-start="{" data-end="}">
- <div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="_allowed_d_o_fs_8h.html#afe95ed30c0537646dfdabb25414d939a"> 30</a></span><span class="keyword">constexpr</span> <a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> <a class="code hl_function" href="_allowed_d_o_fs_8h.html#afe95ed30c0537646dfdabb25414d939a">operator & </a>(<a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> inLHS, <a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> inRHS)</div>
- <div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span>{</div>
- <div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> <span class="keywordflow">return</span> <a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a>(<a class="code hl_typedef" href="_core_8h.html#a115946cb5fc5879545e9ccea096a6031">uint8</a>(inLHS) & <a class="code hl_typedef" href="_core_8h.html#a115946cb5fc5879545e9ccea096a6031">uint8</a>(inRHS));</div>
- <div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span>}</div>
- </div>
- <div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div>
- <div class="foldopen" id="foldopen00036" data-start="{" data-end="}">
- <div class="line"><a id="l00036" name="l00036"></a><span class="lineno"><a class="line" href="_allowed_d_o_fs_8h.html#a371213476af99435f3ab12f02f53ec48"> 36</a></span><span class="keyword">constexpr</span> <a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> <a class="code hl_function" href="_allowed_d_o_fs_8h.html#a371213476af99435f3ab12f02f53ec48">operator ^ </a>(<a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> inLHS, <a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> inRHS)</div>
- <div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span>{</div>
- <div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> <span class="keywordflow">return</span> <a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a>(<a class="code hl_typedef" href="_core_8h.html#a115946cb5fc5879545e9ccea096a6031">uint8</a>(inLHS) ^ <a class="code hl_typedef" href="_core_8h.html#a115946cb5fc5879545e9ccea096a6031">uint8</a>(inRHS));</div>
- <div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span>}</div>
- </div>
- <div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> </div>
- <div class="foldopen" id="foldopen00042" data-start="{" data-end="}">
- <div class="line"><a id="l00042" name="l00042"></a><span class="lineno"><a class="line" href="_allowed_d_o_fs_8h.html#a7560b098399ec920c9dc6fed56f338b1"> 42</a></span><span class="keyword">constexpr</span> <a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> <a class="code hl_function" href="_allowed_d_o_fs_8h.html#a7560b098399ec920c9dc6fed56f338b1">operator ~ </a>(<a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> inAllowedDOFs)</div>
- <div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span>{</div>
- <div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <span class="keywordflow">return</span> <a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a>(~<a class="code hl_typedef" href="_core_8h.html#a115946cb5fc5879545e9ccea096a6031">uint8</a>(inAllowedDOFs));</div>
- <div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span>}</div>
- </div>
- <div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
- <div class="foldopen" id="foldopen00048" data-start="{" data-end="}">
- <div class="line"><a id="l00048" name="l00048"></a><span class="lineno"><a class="line" href="_allowed_d_o_fs_8h.html#af7f3f5b21c11112fe7c7c467403b44a6"> 48</a></span><span class="keyword">constexpr</span> <a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> & <a class="code hl_function" href="_allowed_d_o_fs_8h.html#af7f3f5b21c11112fe7c7c467403b44a6">operator |= </a>(<a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> &ioLHS, <a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> inRHS)</div>
- <div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span>{</div>
- <div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> ioLHS = ioLHS | inRHS;</div>
- <div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <span class="keywordflow">return</span> ioLHS;</div>
- <div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span>}</div>
- </div>
- <div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> </div>
- <div class="foldopen" id="foldopen00055" data-start="{" data-end="}">
- <div class="line"><a id="l00055" name="l00055"></a><span class="lineno"><a class="line" href="_allowed_d_o_fs_8h.html#a3003da2a6c8c46e329556000e4b3c458"> 55</a></span><span class="keyword">constexpr</span> <a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> & <a class="code hl_function" href="_allowed_d_o_fs_8h.html#a3003da2a6c8c46e329556000e4b3c458">operator &= </a>(<a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> &ioLHS, <a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> inRHS)</div>
- <div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span>{</div>
- <div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> ioLHS = ioLHS & inRHS;</div>
- <div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> <span class="keywordflow">return</span> ioLHS;</div>
- <div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span>}</div>
- </div>
- <div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> </div>
- <div class="foldopen" id="foldopen00062" data-start="{" data-end="}">
- <div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="_allowed_d_o_fs_8h.html#abdf6d90389c231402b383d003c609379"> 62</a></span><span class="keyword">constexpr</span> <a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> & <a class="code hl_function" href="_allowed_d_o_fs_8h.html#abdf6d90389c231402b383d003c609379">operator ^= </a>(<a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> &ioLHS, <a class="code hl_enumeration" href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a> inRHS)</div>
- <div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span>{</div>
- <div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> ioLHS = ioLHS ^ inRHS;</div>
- <div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> <span class="keywordflow">return</span> ioLHS;</div>
- <div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span>}</div>
- </div>
- <div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> </div>
- <div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span><a class="code hl_define" href="_core_8h.html#a73da8725998b00321a9db341202d650d">JPH_NAMESPACE_END</a></div>
- <div class="ttc" id="a_allowed_d_o_fs_8h_html_a3003da2a6c8c46e329556000e4b3c458"><div class="ttname"><a href="_allowed_d_o_fs_8h.html#a3003da2a6c8c46e329556000e4b3c458">operator&=</a></div><div class="ttdeci">constexpr EAllowedDOFs & operator&=(EAllowedDOFs &ioLHS, EAllowedDOFs inRHS)</div><div class="ttdoc">Bitwise AND assignment operator for EAllowedDOFs.</div><div class="ttdef"><b>Definition</b> AllowedDOFs.h:55</div></div>
- <div class="ttc" id="a_allowed_d_o_fs_8h_html_a371213476af99435f3ab12f02f53ec48"><div class="ttname"><a href="_allowed_d_o_fs_8h.html#a371213476af99435f3ab12f02f53ec48">operator^</a></div><div class="ttdeci">constexpr EAllowedDOFs operator^(EAllowedDOFs inLHS, EAllowedDOFs inRHS)</div><div class="ttdoc">Bitwise XOR operator for EAllowedDOFs.</div><div class="ttdef"><b>Definition</b> AllowedDOFs.h:36</div></div>
- <div class="ttc" id="a_allowed_d_o_fs_8h_html_a47bc570d6b4f457c417078ebab07d913"><div class="ttname"><a href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913">EAllowedDOFs</a></div><div class="ttdeci">EAllowedDOFs</div><div class="ttdoc">Enum used in BodyCreationSettings and MotionProperties to indicate which degrees of freedom a body ha...</div><div class="ttdef"><b>Definition</b> AllowedDOFs.h:11</div></div>
- <div class="ttc" id="a_allowed_d_o_fs_8h_html_a47bc570d6b4f457c417078ebab07d913a14dcec09ce1f4dfaac5955bc70825ebc"><div class="ttname"><a href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913a14dcec09ce1f4dfaac5955bc70825ebc">EAllowedDOFs::RotationX</a></div><div class="ttdeci">@ RotationX</div><div class="ttdoc">Body can rotate around world space X axis.</div></div>
- <div class="ttc" id="a_allowed_d_o_fs_8h_html_a47bc570d6b4f457c417078ebab07d913a5958d0bb6455dfb87376b3c24eeb9a46"><div class="ttname"><a href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913a5958d0bb6455dfb87376b3c24eeb9a46">EAllowedDOFs::TranslationY</a></div><div class="ttdeci">@ TranslationY</div><div class="ttdoc">Body can move in world space Y axis.</div></div>
- <div class="ttc" id="a_allowed_d_o_fs_8h_html_a47bc570d6b4f457c417078ebab07d913a6adf97f83acf6453d4a6a4b1070f3754"><div class="ttname"><a href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913a6adf97f83acf6453d4a6a4b1070f3754">EAllowedDOFs::None</a></div><div class="ttdeci">@ None</div><div class="ttdoc">No degrees of freedom are allowed. Note that this is not valid and will crash. Use a static body inst...</div></div>
- <div class="ttc" id="a_allowed_d_o_fs_8h_html_a47bc570d6b4f457c417078ebab07d913a7527ced5a5153f3b21e31c4b177c2ea7"><div class="ttname"><a href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913a7527ced5a5153f3b21e31c4b177c2ea7">EAllowedDOFs::RotationY</a></div><div class="ttdeci">@ RotationY</div><div class="ttdoc">Body can rotate around world space Y axis.</div></div>
- <div class="ttc" id="a_allowed_d_o_fs_8h_html_a47bc570d6b4f457c417078ebab07d913a7eac98e7f2c74960a4aa9a2a92a8874d"><div class="ttname"><a href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913a7eac98e7f2c74960a4aa9a2a92a8874d">EAllowedDOFs::TranslationZ</a></div><div class="ttdeci">@ TranslationZ</div><div class="ttdoc">Body can move in world space Z axis.</div></div>
- <div class="ttc" id="a_allowed_d_o_fs_8h_html_a47bc570d6b4f457c417078ebab07d913ab1c94ca2fbc3e78fc30069c8d0f01680"><div class="ttname"><a href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913ab1c94ca2fbc3e78fc30069c8d0f01680">EAllowedDOFs::All</a></div><div class="ttdeci">@ All</div><div class="ttdoc">All degrees of freedom are allowed.</div></div>
- <div class="ttc" id="a_allowed_d_o_fs_8h_html_a47bc570d6b4f457c417078ebab07d913ab4428ecae408554a5383fb2c4a24ffa6"><div class="ttname"><a href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913ab4428ecae408554a5383fb2c4a24ffa6">EAllowedDOFs::Plane2D</a></div><div class="ttdeci">@ Plane2D</div><div class="ttdoc">Body can only move in X and Y axis and rotate around Z axis.</div></div>
- <div class="ttc" id="a_allowed_d_o_fs_8h_html_a47bc570d6b4f457c417078ebab07d913adf25457a4acbb8220b36cbd34903fc06"><div class="ttname"><a href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913adf25457a4acbb8220b36cbd34903fc06">EAllowedDOFs::TranslationX</a></div><div class="ttdeci">@ TranslationX</div><div class="ttdoc">Body can move in world space X axis.</div></div>
- <div class="ttc" id="a_allowed_d_o_fs_8h_html_a47bc570d6b4f457c417078ebab07d913ae967cae1a9d601b4335123e013328d34"><div class="ttname"><a href="_allowed_d_o_fs_8h.html#a47bc570d6b4f457c417078ebab07d913ae967cae1a9d601b4335123e013328d34">EAllowedDOFs::RotationZ</a></div><div class="ttdeci">@ RotationZ</div><div class="ttdoc">Body can rotate around world space Z axis.</div></div>
- <div class="ttc" id="a_allowed_d_o_fs_8h_html_a7560b098399ec920c9dc6fed56f338b1"><div class="ttname"><a href="_allowed_d_o_fs_8h.html#a7560b098399ec920c9dc6fed56f338b1">operator~</a></div><div class="ttdeci">constexpr EAllowedDOFs operator~(EAllowedDOFs inAllowedDOFs)</div><div class="ttdoc">Bitwise NOT operator for EAllowedDOFs.</div><div class="ttdef"><b>Definition</b> AllowedDOFs.h:42</div></div>
- <div class="ttc" id="a_allowed_d_o_fs_8h_html_aaa1b26e8bc12ba3755cc10db87c0bd0b"><div class="ttname"><a href="_allowed_d_o_fs_8h.html#aaa1b26e8bc12ba3755cc10db87c0bd0b">operator|</a></div><div class="ttdeci">constexpr EAllowedDOFs operator|(EAllowedDOFs inLHS, EAllowedDOFs inRHS)</div><div class="ttdoc">Bitwise OR operator for EAllowedDOFs.</div><div class="ttdef"><b>Definition</b> AllowedDOFs.h:24</div></div>
- <div class="ttc" id="a_allowed_d_o_fs_8h_html_abdf6d90389c231402b383d003c609379"><div class="ttname"><a href="_allowed_d_o_fs_8h.html#abdf6d90389c231402b383d003c609379">operator^=</a></div><div class="ttdeci">constexpr EAllowedDOFs & operator^=(EAllowedDOFs &ioLHS, EAllowedDOFs inRHS)</div><div class="ttdoc">Bitwise XOR assignment operator for EAllowedDOFs.</div><div class="ttdef"><b>Definition</b> AllowedDOFs.h:62</div></div>
- <div class="ttc" id="a_allowed_d_o_fs_8h_html_af7f3f5b21c11112fe7c7c467403b44a6"><div class="ttname"><a href="_allowed_d_o_fs_8h.html#af7f3f5b21c11112fe7c7c467403b44a6">operator|=</a></div><div class="ttdeci">constexpr EAllowedDOFs & operator|=(EAllowedDOFs &ioLHS, EAllowedDOFs inRHS)</div><div class="ttdoc">Bitwise OR assignment operator for EAllowedDOFs.</div><div class="ttdef"><b>Definition</b> AllowedDOFs.h:48</div></div>
- <div class="ttc" id="a_allowed_d_o_fs_8h_html_afe95ed30c0537646dfdabb25414d939a"><div class="ttname"><a href="_allowed_d_o_fs_8h.html#afe95ed30c0537646dfdabb25414d939a">operator&</a></div><div class="ttdeci">constexpr EAllowedDOFs operator&(EAllowedDOFs inLHS, EAllowedDOFs inRHS)</div><div class="ttdoc">Bitwise AND operator for EAllowedDOFs.</div><div class="ttdef"><b>Definition</b> AllowedDOFs.h:30</div></div>
- <div class="ttc" id="a_core_8h_html_a115946cb5fc5879545e9ccea096a6031"><div class="ttname"><a href="_core_8h.html#a115946cb5fc5879545e9ccea096a6031">uint8</a></div><div class="ttdeci">std::uint8_t uint8</div><div class="ttdef"><b>Definition</b> Core.h:501</div></div>
- <div class="ttc" id="a_core_8h_html_a73da8725998b00321a9db341202d650d"><div class="ttname"><a href="_core_8h.html#a73da8725998b00321a9db341202d650d">JPH_NAMESPACE_END</a></div><div class="ttdeci">#define JPH_NAMESPACE_END</div><div class="ttdef"><b>Definition</b> Core.h:425</div></div>
- <div class="ttc" id="a_core_8h_html_ad14098b68b8c44ea6112601031268405"><div class="ttname"><a href="_core_8h.html#ad14098b68b8c44ea6112601031268405">JPH_NAMESPACE_BEGIN</a></div><div class="ttdeci">#define JPH_NAMESPACE_BEGIN</div><div class="ttdef"><b>Definition</b> Core.h:419</div></div>
- </div><!-- fragment --></div><!-- contents -->
- </div><!-- doc-content -->
- <!-- start footer part -->
- <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
- <ul>
- <li class="navelem"><a class="el" href="dir_d99289a5d3c46cf26f14ff6c90658d9f.html">Jolt</a></li><li class="navelem"><a class="el" href="dir_a0f33af92addde396fc27b064c5eb8a9.html">Physics</a></li><li class="navelem"><a class="el" href="dir_a240ac3d525f21f79994f1dc1d19664e.html">Body</a></li><li class="navelem"><a class="el" href="_allowed_d_o_fs_8h.html">AllowedDOFs.h</a></li>
- <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0 </li>
- </ul>
- </div>
- </body>
- </html>
|