functions_func_g.html 142 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=11"/>
  6. <meta name="generator" content="Doxygen 1.12.0"/>
  7. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  8. <title>Jolt Physics: Class Members - Functions</title>
  9. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  10. <script type="text/javascript" src="jquery.js"></script>
  11. <script type="text/javascript" src="dynsections.js"></script>
  12. <script type="text/javascript" src="clipboard.js"></script>
  13. <link href="navtree.css" rel="stylesheet" type="text/css"/>
  14. <script type="text/javascript" src="navtreedata.js"></script>
  15. <script type="text/javascript" src="navtree.js"></script>
  16. <script type="text/javascript" src="resize.js"></script>
  17. <script type="text/javascript" src="cookie.js"></script>
  18. <link href="search/search.css" rel="stylesheet" type="text/css"/>
  19. <script type="text/javascript" src="search/searchdata.js"></script>
  20. <script type="text/javascript" src="search/search.js"></script>
  21. <script type="text/x-mathjax-config">
  22. MathJax.Hub.Config({
  23. extensions: ["tex2jax.js"],
  24. jax: ["input/TeX","output/HTML-CSS"],
  25. });
  26. </script>
  27. <script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js"></script>
  28. <link href="doxygen.css" rel="stylesheet" type="text/css" />
  29. </head>
  30. <body>
  31. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  32. <div id="titlearea">
  33. <table cellspacing="0" cellpadding="0">
  34. <tbody>
  35. <tr id="projectrow">
  36. <td id="projectlogo"><img alt="Logo" src="LogoSmall.png"/></td>
  37. <td id="projectalign">
  38. <div id="projectname">Jolt Physics
  39. </div>
  40. <div id="projectbrief">A multi core friendly Game Physics Engine</div>
  41. </td>
  42. </tr>
  43. </tbody>
  44. </table>
  45. </div>
  46. <!-- end header part -->
  47. <!-- Generated by Doxygen 1.12.0 -->
  48. <script type="text/javascript">
  49. /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
  50. var searchBox = new SearchBox("searchBox", "search/",'.html');
  51. /* @license-end */
  52. </script>
  53. <script type="text/javascript">
  54. /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
  55. $(function() { codefold.init(0); });
  56. /* @license-end */
  57. </script>
  58. <script type="text/javascript" src="menudata.js"></script>
  59. <script type="text/javascript" src="menu.js"></script>
  60. <script type="text/javascript">
  61. /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
  62. $(function() {
  63. initMenu('',true,false,'search.php','Search',true);
  64. $(function() { init_search(); });
  65. });
  66. /* @license-end */
  67. </script>
  68. <div id="main-nav"></div>
  69. </div><!-- top -->
  70. <div id="side-nav" class="ui-resizable side-nav-resizable">
  71. <div id="nav-tree">
  72. <div id="nav-tree-contents">
  73. <div id="nav-sync" class="sync"></div>
  74. </div>
  75. </div>
  76. <div id="splitbar" style="-moz-user-select:none;"
  77. class="ui-resizable-handle">
  78. </div>
  79. </div>
  80. <script type="text/javascript">
  81. /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
  82. $(function(){initNavTree('functions_func_g.html',''); initResizable(true); });
  83. /* @license-end */
  84. </script>
  85. <div id="doc-content">
  86. <!-- window showing the filter options -->
  87. <div id="MSearchSelectWindow"
  88. onmouseover="return searchBox.OnSearchSelectShow()"
  89. onmouseout="return searchBox.OnSearchSelectHide()"
  90. onkeydown="return searchBox.OnSearchSelectKey(event)">
  91. </div>
  92. <!-- iframe showing the search results (closed by default) -->
  93. <div id="MSearchResultsWindow">
  94. <div id="MSearchResults">
  95. <div class="SRPage">
  96. <div id="SRIndex">
  97. <div id="SRResults"></div>
  98. <div class="SRStatus" id="Loading">Loading...</div>
  99. <div class="SRStatus" id="Searching">Searching...</div>
  100. <div class="SRStatus" id="NoMatches">No Matches</div>
  101. </div>
  102. </div>
  103. </div>
  104. </div>
  105. <div class="contents">
  106. <div class="textblock">Here is a list of all functions with links to the classes they belong to:</div>
  107. <h3><a id="index_g" name="index_g"></a>- g -</h3><ul>
  108. <li>GearConstraint()&#160;:&#160;<a class="el" href="class_gear_constraint.html#a0eedf414f9aa01e1ceab2a400c2b2a02">GearConstraint</a></li>
  109. <li>Geometry()&#160;:&#160;<a class="el" href="class_debug_renderer_1_1_geometry.html#ab8b592353d4dc5893906a109bfaf7a5c">DebugRenderer::Geometry</a></li>
  110. <li>Get()&#160;:&#160;<a class="el" href="class_byte_buffer.html#afc33bc408efa8e38051debb2c4f64aa8">ByteBuffer</a>, <a class="el" href="class_fixed_size_free_list.html#accd9130a85781885d0d5f669ce0a86f1">FixedSizeFreeList&lt; Object &gt;</a>, <a class="el" href="class_result.html#ab3d845db638a6a51467760867bfc472a">Result&lt; Type &gt;</a></li>
  111. <li>get_allocator()&#160;:&#160;<a class="el" href="class_array.html#ae5fb070c8068c0ac54d5c7f62d8f39dc">Array&lt; T, Allocator &gt;</a></li>
  112. <li>GetAccumulatedForce()&#160;:&#160;<a class="el" href="class_body.html#ad6c366c23710a8f103f6504cfccccc93">Body</a>, <a class="el" href="class_motion_properties.html#ab2db20476c9ab24b796a9f5877caaea5">MotionProperties</a></li>
  113. <li>GetAccumulatedTorque()&#160;:&#160;<a class="el" href="class_body.html#a9294deeff168fbb210f24f25e063fb38">Body</a>, <a class="el" href="class_motion_properties.html#a73cef0ab26c9bc15a2908e632c953bc2">MotionProperties</a></li>
  114. <li>GetActiveBodies()&#160;:&#160;<a class="el" href="class_body_manager.html#aae54df1753149fbac33cb8ea6f930da7">BodyManager</a>, <a class="el" href="class_physics_system.html#aac0c682798c1fc5c78977b0dc4b24b7d">PhysicsSystem</a></li>
  115. <li>GetActiveBodiesUnsafe()&#160;:&#160;<a class="el" href="class_body_manager.html#ac646f95e699a7d4525d65407ee3bea69">BodyManager</a>, <a class="el" href="class_physics_system.html#ae3f5ce308a831074e1e0fff453862584">PhysicsSystem</a></li>
  116. <li>GetActiveConstraints()&#160;:&#160;<a class="el" href="class_constraint_manager.html#a6620266366dc35c2bf3877530a0d0c2a">ConstraintManager</a></li>
  117. <li>GetActiveContacts()&#160;:&#160;<a class="el" href="class_character_virtual.html#a2fcecdf5b3e0f584f2bb7ec5a128dbe6">CharacterVirtual</a></li>
  118. <li>GetAffectedBodies()&#160;:&#160;<a class="el" href="class_contact_constraint_manager.html#a81dea14ac1bd33f74a07085690095403">ContactConstraintManager</a></li>
  119. <li>GetAllBodiesMutexMask()&#160;:&#160;<a class="el" href="class_body_lock_interface.html#a76bee9cac091824dea84407a94a557f6">BodyLockInterface</a>, <a class="el" href="class_body_manager.html#a4e54107c92d7ac62098e267ab8d16eb2">BodyManager</a></li>
  120. <li>GetAllClasses()&#160;:&#160;<a class="el" href="class_factory.html#aa67bdc2e09c649caf997ffbe9ce32fa5">Factory</a></li>
  121. <li>GetAllKeyValues()&#160;:&#160;<a class="el" href="class_lock_free_hash_map.html#a483d330f8722f8ad6f6398b1d4d81653">LockFreeHashMap&lt; Key, Value &gt;</a></li>
  122. <li>GetAllocator()&#160;:&#160;<a class="el" href="class_s_t_l_temp_allocator.html#ae25b34d6dc7cb58c9108f4ba197353f2">STLTempAllocator&lt; T &gt;</a></li>
  123. <li>GetAllowedDOFs()&#160;:&#160;<a class="el" href="class_motion_properties.html#ae2bc5e1e111514783c9df29987815516">MotionProperties</a></li>
  124. <li>GetAllowSleeping()&#160;:&#160;<a class="el" href="class_body.html#a1de301b3077fe2ae6339b910573ef3c6">Body</a>, <a class="el" href="class_motion_properties.html#ae85a09814d25c0550eb408d3798e7f08">MotionProperties</a></li>
  125. <li>GetAngularDamping()&#160;:&#160;<a class="el" href="class_motion_properties.html#a778022ed795539ac55eb26f7bd4080e6">MotionProperties</a></li>
  126. <li>GetAngularDOFsMask()&#160;:&#160;<a class="el" href="class_motion_properties.html#ae0c08282aaf3b1a38cd958c32840e329">MotionProperties</a></li>
  127. <li>GetAngularVelocity()&#160;:&#160;<a class="el" href="class_body.html#adb1bb49db094ac2ef7c4951d07ba8417">Body</a>, <a class="el" href="class_body_interface.html#a0e14c414d534c2eefc77b218bb36c197">BodyInterface</a>, <a class="el" href="class_motion_properties.html#a66348339a05a43b730e1591273aace18">MotionProperties</a>, <a class="el" href="class_vehicle_engine.html#ae6735223f4b1d1fc898309e671504731">VehicleEngine</a>, <a class="el" href="class_wheel.html#ad2da83076a68424179c3928b123c086c">Wheel</a></li>
  128. <li>GetAnimatedJoints()&#160;:&#160;<a class="el" href="class_skeletal_animation.html#a97437c1bae4626bb0c1e289db73dd712">SkeletalAnimation</a></li>
  129. <li>GetAntiRollBars()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#a0befd7faf7460671775794f352801de3">VehicleConstraint</a></li>
  130. <li>GetApplyGyroscopicForce()&#160;:&#160;<a class="el" href="class_body.html#af7a0aaf1d49d9be5ffb7d6f195d3c74a">Body</a></li>
  131. <li>GetAttribute()&#160;:&#160;<a class="el" href="class_r_t_t_i.html#af400a619d0e542926dba2f0a557bcd4b">RTTI</a></li>
  132. <li>GetAttributeCount()&#160;:&#160;<a class="el" href="class_r_t_t_i.html#a0fbba51204c3fbdef9a3ca57ed1951e7">RTTI</a></li>
  133. <li>GetAxisAngle()&#160;:&#160;<a class="el" href="class_quat.html#a618a8eb64122263b8c64109f03ac47b5">Quat</a></li>
  134. <li>GetAxisX()&#160;:&#160;<a class="el" href="class_d_mat44.html#ab5982c4a0d185632cb8a734741b74f69">DMat44</a>, <a class="el" href="class_mat44.html#aa71942f9a684cf2e0e55f8c9ba8f5b99">Mat44</a></li>
  135. <li>GetAxisY()&#160;:&#160;<a class="el" href="class_d_mat44.html#aea9981dbffac1c05f195bf1ad1391523">DMat44</a>, <a class="el" href="class_mat44.html#a03967bba6efbe4a03e6f1b888e1436a7">Mat44</a></li>
  136. <li>GetAxisZ()&#160;:&#160;<a class="el" href="class_d_mat44.html#ae8a76e5a80b166da697b2581567ff5af">DMat44</a>, <a class="el" href="class_mat44.html#a19fc28cb3d425e8b4f462c939bc595fa">Mat44</a></li>
  137. <li>GetBaseClass()&#160;:&#160;<a class="el" href="class_r_t_t_i.html#a381b52d75fb6242d201da76ff685412c">RTTI</a></li>
  138. <li>GetBaseClassCount()&#160;:&#160;<a class="el" href="class_r_t_t_i.html#a99d67628c5549e56c77ba1ef5294d64f">RTTI</a></li>
  139. <li>GetBias()&#160;:&#160;<a class="el" href="class_spring_part.html#a42a39d96e15ae84419256c35067e12ad">SpringPart</a></li>
  140. <li>GetBlockSize()&#160;:&#160;<a class="el" href="class_height_field_shape.html#ad67c93d5bb0e12774afb528509767a7e">HeightFieldShape</a></li>
  141. <li>GetBodies()&#160;:&#160;<a class="el" href="class_body_manager.html#ac6c6a208195a666e62fc3bd9c4456bfa">BodyManager</a>, <a class="el" href="class_physics_scene.html#aeceb248f05ae64111f2d05f223cfbeed">PhysicsScene</a>, <a class="el" href="class_physics_system.html#a01018de422e55bc7e23a17f318ecdd1f">PhysicsSystem</a></li>
  142. <li>GetBodiesInIsland()&#160;:&#160;<a class="el" href="class_island_builder.html#ace0201e247b5fcb9639bba23b385e718">IslandBuilder</a></li>
  143. <li>GetBody()&#160;:&#160;<a class="el" href="class_body_lock_base.html#aa79bd3d8f64b4f92a2744737eddc6e59">BodyLockBase&lt; Write, BodyType &gt;</a>, <a class="el" href="class_body_lock_multi_base.html#a4598ff93b693a8679203b4fc72965786">BodyLockMultiBase&lt; Write, BodyType &gt;</a>, <a class="el" href="class_body_manager.html#ae89bc88048a56cbf21d70e78ec142a18">BodyManager</a></li>
  144. <li>GetBody1()&#160;:&#160;<a class="el" href="class_two_body_constraint.html#ae09dc01720e01f71e480f2ce3da32918">TwoBodyConstraint</a></li>
  145. <li>GetBody1ID()&#160;:&#160;<a class="el" href="class_sub_shape_i_d_pair.html#a990a2912033187dda623e9ed0c265f9b">SubShapeIDPair</a></li>
  146. <li>GetBody2()&#160;:&#160;<a class="el" href="class_two_body_constraint.html#a9ede1df27455ff0177a7a4501bf3342a">TwoBodyConstraint</a></li>
  147. <li>GetBody2ID()&#160;:&#160;<a class="el" href="class_sub_shape_i_d_pair.html#af3c86ba7be149254f34e9244e83e8914">SubShapeIDPair</a></li>
  148. <li>GetBodyActivationListener()&#160;:&#160;<a class="el" href="class_body_manager.html#a3bb9c3e62332a39fd9ac1eac4c12ca52">BodyManager</a>, <a class="el" href="class_physics_system.html#a8fd2362a6a9377d74902653f42e83170">PhysicsSystem</a></li>
  149. <li>GetBodyCount()&#160;:&#160;<a class="el" href="class_ragdoll.html#a6395143c1655e5272eccdf0895d57c53">Ragdoll</a></li>
  150. <li>GetBodyCreationSettings()&#160;:&#160;<a class="el" href="class_body.html#aad1ce1d84e95cab008fb239465b3496f">Body</a></li>
  151. <li>GetBodyFilter()&#160;:&#160;<a class="el" href="class_vehicle_collision_tester.html#a939d34aac9aaf7f481c4959784597605">VehicleCollisionTester</a></li>
  152. <li>GetBodyID()&#160;:&#160;<a class="el" href="class_character.html#a3d54e80af16da4731c1ec83f2a2f06f2">Character</a>, <a class="el" href="class_ragdoll.html#ac57cdfcd77dc9dce4679fcb45012083a">Ragdoll</a></li>
  153. <li>GetBodyIDs()&#160;:&#160;<a class="el" href="class_body_manager.html#aa65000b18f18a1d02bf432446dff7c05">BodyManager</a>, <a class="el" href="class_ragdoll.html#a98603396696b276256ffe74283a26fca">Ragdoll</a></li>
  154. <li>GetBodyIndexToConstraintIndex()&#160;:&#160;<a class="el" href="class_ragdoll_settings.html#a0d32abac6067ec311bb89c65f1fd6e3e">RagdollSettings</a></li>
  155. <li>GetBodyIndicesForConstraintIndex()&#160;:&#160;<a class="el" href="class_ragdoll_settings.html#abf5abd1cf5ac17cd649c7ad69366b63e">RagdollSettings</a></li>
  156. <li>GetBodyInterface()&#160;:&#160;<a class="el" href="class_physics_system.html#a35474557b977d2a03e7b5e7c920bf2ee">PhysicsSystem</a></li>
  157. <li>GetBodyInterfaceNoLock()&#160;:&#160;<a class="el" href="class_physics_system.html#a55216f4cfc718d052548baac4ba098d7">PhysicsSystem</a></li>
  158. <li>GetBodyLockInterface()&#160;:&#160;<a class="el" href="class_physics_system.html#a3ec396058f674026726e59dc7ad20609">PhysicsSystem</a></li>
  159. <li>GetBodyLockInterfaceNoLock()&#160;:&#160;<a class="el" href="class_physics_system.html#ad381ea5bd5568b20ae05c1229dbff49e">PhysicsSystem</a></li>
  160. <li>GetBodyStats()&#160;:&#160;<a class="el" href="class_body_manager.html#a63c55f1d5d3ed30c4aa6a19ad14713ac">BodyManager</a>, <a class="el" href="class_physics_system.html#ad826f67ef4fd3a1457cf9d8d6892d5cb">PhysicsSystem</a></li>
  161. <li>GetBodyType()&#160;:&#160;<a class="el" href="class_body.html#a864a31f176da8e3329f83cb65c23f3d6">Body</a>, <a class="el" href="class_body_interface.html#abeb48122f4f459d13cea20f1f4dbaf07">BodyInterface</a></li>
  162. <li>GetBottomRadius()&#160;:&#160;<a class="el" href="class_tapered_capsule_shape.html#a1cd1eded0d83d55def320e08526b6fa3">TaperedCapsuleShape</a>, <a class="el" href="class_tapered_cylinder_shape.html#aaee64d4f2c1c12cb97908be7872dbd66">TaperedCylinderShape</a></li>
  163. <li>GetBounds()&#160;:&#160;<a class="el" href="class_broad_phase_brute_force.html#a64c0008d13703a25a0bfb3f3d1556f5d">BroadPhaseBruteForce</a>, <a class="el" href="class_broad_phase_quad_tree.html#ab985dcdd61af886d4bcfbb3858fb1b1d">BroadPhaseQuadTree</a>, <a class="el" href="class_broad_phase_query.html#aa045e4032cda405021f6a36dbe3ad5dc">BroadPhaseQuery</a>, <a class="el" href="class_physics_system.html#a7f87f05d94f62054d6f3e975b613d2f0">PhysicsSystem</a>, <a class="el" href="class_quad_tree.html#a809502262f3bd9d11318763758ae6e7e">QuadTree</a></li>
  164. <li>GetBrakeInput()&#160;:&#160;<a class="el" href="class_tracked_vehicle_controller.html#a3643a17beaee68e91eb2777b8a6639c7">TrackedVehicleController</a>, <a class="el" href="class_wheeled_vehicle_controller.html#aa087571387d316eee2e8ed7fb500b291">WheeledVehicleController</a></li>
  165. <li>GetBroadPhaseLayer()&#160;:&#160;<a class="el" href="class_body.html#a4b9b625f789caa55cc9a3c7663644011">Body</a>, <a class="el" href="class_broad_phase_layer_interface.html#a5007c9b9beab5c16af36e89b48cd06cb">BroadPhaseLayerInterface</a>, <a class="el" href="class_broad_phase_layer_interface_mask.html#a75300021e8d32e840ec8eb0d4a292b5a">BroadPhaseLayerInterfaceMask</a>, <a class="el" href="class_broad_phase_layer_interface_table.html#a0606a1dec4b344e326ed643f97929d2f">BroadPhaseLayerInterfaceTable</a></li>
  166. <li>GetBroadPhaseLayerFilter()&#160;:&#160;<a class="el" href="class_vehicle_collision_tester.html#aab2fe07b1c74654b925b64409d5a6210">VehicleCollisionTester</a></li>
  167. <li>GetBroadPhaseLayerName()&#160;:&#160;<a class="el" href="class_broad_phase_layer_interface.html#af599bec360da5437bfc74cb0fd749225">BroadPhaseLayerInterface</a>, <a class="el" href="class_broad_phase_layer_interface_mask.html#aaf3574120e2a6941af759af7feec9746">BroadPhaseLayerInterfaceMask</a>, <a class="el" href="class_broad_phase_layer_interface_table.html#ac85f1b6915faa433719b8d6a28886428">BroadPhaseLayerInterfaceTable</a></li>
  168. <li>GetBroadPhaseQuery()&#160;:&#160;<a class="el" href="class_physics_system.html#a3d621cc72c69b73cdcc13bdb3b0dddc4">PhysicsSystem</a></li>
  169. <li>GetBuffer()&#160;:&#160;<a class="el" href="class_a_a_b_b_tree_to_buffer.html#a841bb385899da6eb30c41c225ff61ddf">AABBTreeToBuffer&lt; TriangleCodec, NodeCodec &gt;</a></li>
  170. <li>GetCenter()&#160;:&#160;<a class="el" href="class_a_a_box.html#ae39e3c3fee87093735787b4c3fd58a8d">AABox</a>, <a class="el" href="class_sphere.html#a58cd6715b3ab45d6ad8baaa369f31fd1">Sphere</a></li>
  171. <li>GetCenterOfMass()&#160;:&#160;<a class="el" href="class_compound_shape.html#aeec4b7c1a31225a01b314f2528f27b24">CompoundShape</a>, <a class="el" href="class_convex_hull_shape.html#a0f05c53d66e43a401aca34de00d700c1">ConvexHullShape</a>, <a class="el" href="class_decorated_shape.html#aa17a9fb29ce78eafc01cc8140d754dd6">DecoratedShape</a>, <a class="el" href="class_empty_shape.html#ae08043e7d4bdfb298f81fb0308df50a2">EmptyShape</a>, <a class="el" href="class_offset_center_of_mass_shape.html#a9479ac77a9f53c5664f85b7a93135d95">OffsetCenterOfMassShape</a>, <a class="el" href="class_rotated_translated_shape.html#a7d7b6b0edc6dd89125cab13d77eb3585">RotatedTranslatedShape</a>, <a class="el" href="class_scaled_shape.html#af9e8b8bdbc341d1b0f0caa497505d0f7">ScaledShape</a>, <a class="el" href="class_shape.html#a7e34b0626a40c31db0b2a761922adb1a">Shape</a>, <a class="el" href="class_soft_body_shape.html#ade435c48ffcf2c054b84dedd23e87148">SoftBodyShape</a>, <a class="el" href="class_tapered_capsule_shape.html#a66f2f00aa6cbbc1fe683d15993c3e736">TaperedCapsuleShape</a>, <a class="el" href="class_tapered_cylinder_shape.html#aeb0b2e5422e70ba7e8c707f3445e960a">TaperedCylinderShape</a></li>
  172. <li>GetCenterOfMassAndVolume()&#160;:&#160;<a class="el" href="class_convex_hull_builder.html#a4e3fbe324250233f9a3d527004d08c09">ConvexHullBuilder</a></li>
  173. <li>GetCenterOfMassPosition()&#160;:&#160;<a class="el" href="class_body.html#a10bf9dd2b7c39a93568e8eb3ada8da2a">Body</a>, <a class="el" href="class_body_interface.html#a2d3c9157b54b0dad58af5d90056a1334">BodyInterface</a>, <a class="el" href="class_character.html#a9c169077da6b5931e1f0bb2431e8f02f">Character</a>, <a class="el" href="class_character_virtual.html#a44dfb8aa6d88860b6a4ff094d211871e">CharacterVirtual</a></li>
  174. <li>GetCenterOfMassTransform()&#160;:&#160;<a class="el" href="class_body.html#a9431bfa66a018714074fe149c7a65ac5">Body</a>, <a class="el" href="class_body_interface.html#a4a0420af0583a689216522fb1c367edc">BodyInterface</a>, <a class="el" href="class_character_virtual.html#aad9788892410b982d43bbd34ef8a016c">CharacterVirtual</a>, <a class="el" href="class_transformed_shape.html#afba760db30ccff8c59547cce78bd97a4">TransformedShape</a></li>
  175. <li>GetCentroid()&#160;:&#160;<a class="el" href="class_indexed_triangle_no_material.html#a279fe96ec89d38fe6eaafa515ff27cb1">IndexedTriangleNoMaterial</a>, <a class="el" href="class_triangle.html#a680a9a904aaad1f8a495f8ec667fbf70">Triangle</a></li>
  176. <li>GetChains()&#160;:&#160;<a class="el" href="class_skeleton_mapper.html#ad60ebc6d5ff4c2d1402199c56f698c4a">SkeletonMapper</a></li>
  177. <li>GetCharacterPadding()&#160;:&#160;<a class="el" href="class_character_virtual.html#a643ed04caa01ba9e4e4fc9d5058dc3d7">CharacterVirtual</a></li>
  178. <li>GetCharacterSettings()&#160;:&#160;<a class="el" href="class_character.html#ac24474406d62b7a7bcf557c50ad8244a">Character</a></li>
  179. <li>GetCharacterVirtualSettings()&#160;:&#160;<a class="el" href="class_character_virtual.html#af8832e55cbaa6341de83e6e440bcf7f1">CharacterVirtual</a></li>
  180. <li>GetChild()&#160;:&#160;<a class="el" href="class_a_a_b_b_tree_builder_1_1_node.html#ae5ae39e12dc3d0b500fd75ae9c478c73">AABBTreeBuilder::Node</a></li>
  181. <li>GetClosestPoint()&#160;:&#160;<a class="el" href="class_a_a_box.html#aac4e2dce7616f266b7ef3ae25a9a9aac">AABox</a>, <a class="el" href="class_ellipse.html#a07b49662cd16799da0e0b1a1d67a8d84">Ellipse</a>, <a class="el" href="class_path_constraint_path.html#aa84329614fd89561c555e2af0d4381a2">PathConstraintPath</a>, <a class="el" href="class_path_constraint_path_hermite.html#a9675ad7e14e9cc9f7b07b9df0d6cfffc">PathConstraintPathHermite</a></li>
  182. <li>GetClosestPoints()&#160;:&#160;<a class="el" href="class_g_j_k_closest_point.html#abb7cfdd49d708007d75b4c2e9b90ebb9">GJKClosestPoint</a></li>
  183. <li>GetClosestPointsSimplex()&#160;:&#160;<a class="el" href="class_g_j_k_closest_point.html#a73d6f276fb275026a0126ca7361fb2bf">GJKClosestPoint</a></li>
  184. <li>GetClutchFriction()&#160;:&#160;<a class="el" href="class_vehicle_transmission.html#a2dc82e524311127f8bb8d5fe2cd63809">VehicleTransmission</a></li>
  185. <li>GetCollideKinematicVsNonDynamic()&#160;:&#160;<a class="el" href="class_body.html#a8bb48012c114b300a9bfdd296cfe0546">Body</a></li>
  186. <li>GetCollisionGroup()&#160;:&#160;<a class="el" href="class_body.html#a5865492b92c7c2e321c6916e80f5b7cb">Body</a>, <a class="el" href="class_body_interface.html#a67e8b8c919c7918dd6b03526e1160eeb">BodyInterface</a></li>
  187. <li>GetCols()&#160;:&#160;<a class="el" href="class_dyn_matrix.html#a14b89bcd36316ecbf0fd94ea6a7d255e">DynMatrix</a>, <a class="el" href="class_matrix.html#a45bd49a18dec51ca82c58aa5d12572be">Matrix&lt; Rows, Cols &gt;</a></li>
  188. <li>GetColumn()&#160;:&#160;<a class="el" href="class_matrix.html#a92a370676cc7e0788bc217a358170b4a">Matrix&lt; Rows, Cols &gt;</a></li>
  189. <li>GetColumn3()&#160;:&#160;<a class="el" href="class_d_mat44.html#ae81ea58eee1dbea2c92d11272b9e8f7b">DMat44</a>, <a class="el" href="class_mat44.html#a4d34298d2040673cfd9b86c5cb83a5b9">Mat44</a></li>
  190. <li>GetColumn4()&#160;:&#160;<a class="el" href="class_d_mat44.html#a2b3ddba8891381c2728bba83638a1003">DMat44</a>, <a class="el" href="class_mat44.html#a97c469ed78611039f85415381a67f312">Mat44</a></li>
  191. <li>GetCombineFriction()&#160;:&#160;<a class="el" href="class_contact_constraint_manager.html#a2f9d4fe92f6b8a2952b51acb10f55258">ContactConstraintManager</a>, <a class="el" href="class_physics_system.html#ae19842257ae5c36c88dd4dbead21e55f">PhysicsSystem</a>, <a class="el" href="class_vehicle_constraint.html#a2d6d79ed657818da23c2ede0bc326f13">VehicleConstraint</a></li>
  192. <li>GetCombineRestitution()&#160;:&#160;<a class="el" href="class_contact_constraint_manager.html#a3e9f74aa49c583d6656430fa421326ab">ContactConstraintManager</a>, <a class="el" href="class_physics_system.html#aad39e9dd77faf9b578460b66451334e7">PhysicsSystem</a></li>
  193. <li>GetCompoundUserData()&#160;:&#160;<a class="el" href="class_compound_shape.html#a596eae9a25f8ed13ac35f2a58b318368">CompoundShape</a></li>
  194. <li>GetConstant()&#160;:&#160;<a class="el" href="class_plane.html#a3510818ed64a5d821041da28102fc4d1">Plane</a></li>
  195. <li>GetConstraint()&#160;:&#160;<a class="el" href="class_ragdoll.html#a86b347f11599361d0cf8bddcacad4295">Ragdoll</a>, <a class="el" href="class_vehicle_controller.html#a97ba509e3468e66269d6215b2729f9e0">VehicleController</a></li>
  196. <li>GetConstraintCount()&#160;:&#160;<a class="el" href="class_ragdoll.html#a4aed9348c613c386d5cf32c25e3931f2">Ragdoll</a></li>
  197. <li>GetConstraintIndexForBodyIndex()&#160;:&#160;<a class="el" href="class_ragdoll_settings.html#a1749cda0e9b21d71951d950561eed206">RagdollSettings</a></li>
  198. <li>GetConstraintIndexToBodyIdxPair()&#160;:&#160;<a class="el" href="class_ragdoll_settings.html#a7e1760aeb58718b818dc1c30f7049678">RagdollSettings</a></li>
  199. <li>GetConstraintPriority()&#160;:&#160;<a class="el" href="class_constraint.html#a6c75250d651da3854eda9e929193e585">Constraint</a></li>
  200. <li>GetConstraints()&#160;:&#160;<a class="el" href="class_constraint_manager.html#a28696554e9f5f7b0b2169fa523e80440">ConstraintManager</a>, <a class="el" href="class_physics_scene.html#ab95da1c01a9f35cc651d383308cc9de1">PhysicsScene</a>, <a class="el" href="class_physics_system.html#a69c9f67351312d43f8e1c1f5d23fdf99">PhysicsSystem</a></li>
  201. <li>GetConstraintSettings()&#160;:&#160;<a class="el" href="class_cone_constraint.html#aa88d6b874c14c0bfb2d435100fef4c04">ConeConstraint</a>, <a class="el" href="class_constraint.html#a2cb32f0fbbc03050fd09c975e01277d2">Constraint</a>, <a class="el" href="class_distance_constraint.html#adaee116897c67e802f2c294c44df106d">DistanceConstraint</a>, <a class="el" href="class_fixed_constraint.html#a038968466ddd1ca74b02572145a7a7dc">FixedConstraint</a>, <a class="el" href="class_gear_constraint.html#a43c6cb408e182a507528fc2397480a62">GearConstraint</a>, <a class="el" href="class_hinge_constraint.html#aba9c90a3d3565e738758d6ee5b17dcba">HingeConstraint</a>, <a class="el" href="class_path_constraint.html#a88bfac1b3c744a15f78dbce0d31a4b08">PathConstraint</a>, <a class="el" href="class_point_constraint.html#a8214c8380eabc71845572309a3f49f53">PointConstraint</a>, <a class="el" href="class_pulley_constraint.html#a56ea0bb8295e74fff225c54325df0bb4">PulleyConstraint</a>, <a class="el" href="class_rack_and_pinion_constraint.html#ade013a7ea7be65d4d9001e852ff4782d">RackAndPinionConstraint</a>, <a class="el" href="class_six_d_o_f_constraint.html#aec39d055e72169c5f805a00c16b12ff1">SixDOFConstraint</a>, <a class="el" href="class_slider_constraint.html#a79e425837bce0b6d9955ce61fba14c43">SliderConstraint</a>, <a class="el" href="class_swing_twist_constraint.html#ad3c1a46d28973d5ce39917aa2b7a32b0">SwingTwistConstraint</a>, <a class="el" href="class_vehicle_constraint.html#af953060386f731482956bb772840262c">VehicleConstraint</a></li>
  202. <li>GetConstraintsInIsland()&#160;:&#160;<a class="el" href="class_island_builder.html#abb0ec0d343289ee4294fa3abbde16a82">IslandBuilder</a></li>
  203. <li>GetConstraintsInSplit()&#160;:&#160;<a class="el" href="class_large_island_splitter_1_1_splits.html#a45545f0a9f20090f2992a09b015c494c">LargeIslandSplitter::Splits</a></li>
  204. <li>GetConstraintToBody1()&#160;:&#160;<a class="el" href="class_swing_twist_constraint.html#a4b15b5eed50bb023141968a6eb05a307">SwingTwistConstraint</a></li>
  205. <li>GetConstraintToBody1Matrix()&#160;:&#160;<a class="el" href="class_cone_constraint.html#a90969c19baeb56184ffed487ecca0864">ConeConstraint</a>, <a class="el" href="class_distance_constraint.html#affc0247d5a56e7448372aea456e0bd04">DistanceConstraint</a>, <a class="el" href="class_fixed_constraint.html#a852ac2a355651a1ba586554d1551bcbc">FixedConstraint</a>, <a class="el" href="class_gear_constraint.html#a6e107e42ffd882394b0affda86ef6008">GearConstraint</a>, <a class="el" href="class_hinge_constraint.html#a2b528317cc292b5538af7df466934016">HingeConstraint</a>, <a class="el" href="class_path_constraint.html#a7fd4ca9762f295af3146258606a6e22a">PathConstraint</a>, <a class="el" href="class_point_constraint.html#a11b6acce9456cc5d0c2f34ecaf224f30">PointConstraint</a>, <a class="el" href="class_pulley_constraint.html#a8afedbd3de6a5484fda155337ee04b64">PulleyConstraint</a>, <a class="el" href="class_rack_and_pinion_constraint.html#a0f1f6f27b197ba607c5c4d8d20e7c193">RackAndPinionConstraint</a>, <a class="el" href="class_six_d_o_f_constraint.html#a93b7ceef3c7017e4a1a0bc53e29c93d8">SixDOFConstraint</a>, <a class="el" href="class_slider_constraint.html#aa61f48ae475bbe2130bb1053e4358f24">SliderConstraint</a>, <a class="el" href="class_swing_twist_constraint.html#ab89ec6165c3789f22964700f21695c32">SwingTwistConstraint</a>, <a class="el" href="class_two_body_constraint.html#a0edd748869643b1c904a7bc1314dad7a">TwoBodyConstraint</a></li>
  206. <li>GetConstraintToBody2()&#160;:&#160;<a class="el" href="class_swing_twist_constraint.html#a79760736ee2bc3afecdf80dfe703fa45">SwingTwistConstraint</a></li>
  207. <li>GetConstraintToBody2Matrix()&#160;:&#160;<a class="el" href="class_cone_constraint.html#a49faa7b82a46f13d0cddec8ee9a1986e">ConeConstraint</a>, <a class="el" href="class_distance_constraint.html#a32c46e7b4a137df6a68f9bd7752ee0cc">DistanceConstraint</a>, <a class="el" href="class_fixed_constraint.html#a7782ad778c9f110835e6be7a299bfcc7">FixedConstraint</a>, <a class="el" href="class_gear_constraint.html#a100fdd22b7dc94df36529b4be8c27b60">GearConstraint</a>, <a class="el" href="class_hinge_constraint.html#aae6aa9af08443b65a7ea85323876dde4">HingeConstraint</a>, <a class="el" href="class_path_constraint.html#aefa354c9926217e88db8741736121f20">PathConstraint</a>, <a class="el" href="class_point_constraint.html#a03ec92ce018cfae4900a11ac65032988">PointConstraint</a>, <a class="el" href="class_pulley_constraint.html#aab9c03ae617d8c20d3844f499b33463f">PulleyConstraint</a>, <a class="el" href="class_rack_and_pinion_constraint.html#a06a84a89bfdc1be4679f60e56defe18a">RackAndPinionConstraint</a>, <a class="el" href="class_six_d_o_f_constraint.html#a92d86c092002bec9d22d529f8616aa29">SixDOFConstraint</a>, <a class="el" href="class_slider_constraint.html#a364ce918555ae4df05f788b9e5e041ca">SliderConstraint</a>, <a class="el" href="class_swing_twist_constraint.html#a2ada7d7eadcc3f9d235cb1d8c75f3e4a">SwingTwistConstraint</a>, <a class="el" href="class_two_body_constraint.html#a0966503073a315b6087f10208e8a61ff">TwoBodyConstraint</a></li>
  208. <li>GetContactAllocator()&#160;:&#160;<a class="el" href="class_contact_constraint_manager.html#ae52944ca4945e6255a0f31794cf2aed5">ContactConstraintManager</a></li>
  209. <li>GetContactBodyID()&#160;:&#160;<a class="el" href="class_soft_body_manifold.html#a417c2c3d01bddd24f9115fa7641a3baf">SoftBodyManifold</a>, <a class="el" href="class_wheel.html#acc31f12c9bf9049d98397fc721219d10">Wheel</a></li>
  210. <li>GetContactLateral()&#160;:&#160;<a class="el" href="class_wheel.html#a23056c4f6164ec0b1e7a0448a54135c3">Wheel</a></li>
  211. <li>GetContactListener()&#160;:&#160;<a class="el" href="class_contact_constraint_manager.html#a7aa47c7b4d7470e83735deb74eae608d">ContactConstraintManager</a>, <a class="el" href="class_physics_system.html#ae7f5894935da5a4652a6d7ac60ad82e0">PhysicsSystem</a></li>
  212. <li>GetContactLongitudinal()&#160;:&#160;<a class="el" href="class_wheel.html#a4f4df6da668a8f3d147ee53a3c46910c">Wheel</a></li>
  213. <li>GetContactNormal()&#160;:&#160;<a class="el" href="class_soft_body_manifold.html#abb6aad92c3678d927ab04481e30850db">SoftBodyManifold</a>, <a class="el" href="class_wheel.html#aaff3b5c0de2d6becbebbdbd886b2c7cf">Wheel</a></li>
  214. <li>GetContactPointVelocity()&#160;:&#160;<a class="el" href="class_wheel.html#a909988d11cc3e43ba357a1f9b1d4f101">Wheel</a></li>
  215. <li>GetContactPosition()&#160;:&#160;<a class="el" href="class_wheel.html#afe7cd7933c99164aefd66c9d5fe2a3eb">Wheel</a></li>
  216. <li>GetContactsFromCache()&#160;:&#160;<a class="el" href="class_contact_constraint_manager.html#ac438b9748b641a504658e700f0e43305">ContactConstraintManager</a></li>
  217. <li>GetContactsInIsland()&#160;:&#160;<a class="el" href="class_island_builder.html#a39454ff17c3dc0d7b133c79ac2d0d7e0">IslandBuilder</a></li>
  218. <li>GetContactsInSplit()&#160;:&#160;<a class="el" href="class_large_island_splitter_1_1_splits.html#a9cc12d58718a4c7da7f6ea2508e8b8fc">LargeIslandSplitter::Splits</a></li>
  219. <li>GetContactSubShapeID()&#160;:&#160;<a class="el" href="class_wheel.html#a4ed45e80dae82a05fe3a07bd8f81d96f">Wheel</a></li>
  220. <li>GetContext()&#160;:&#160;<a class="el" href="class_collision_collector.html#ab9bfe5f6799afc12509d8dbad2c5b90b">CollisionCollector&lt; ResultTypeArg, TraitsType &gt;</a></li>
  221. <li>GetController()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#ab0b1fdc09970442c9cb800cbadcf9643">VehicleConstraint</a></li>
  222. <li>GetConvexRadius()&#160;:&#160;<a class="el" href="class_box_shape_1_1_box.html#aae4ca0e522c6bf8bfd05b2ac5a8f3657">BoxShape::Box</a>, <a class="el" href="class_box_shape.html#a3e4280756f0e7d044f6473224f5e5097">BoxShape</a>, <a class="el" href="class_capsule_shape_1_1_capsule_no_convex.html#ac5c3f5013f55a44ca8a27f4f26bcdd7e">CapsuleShape::CapsuleNoConvex</a>, <a class="el" href="class_capsule_shape_1_1_capsule_with_convex.html#a8848a4436820ea01656a3dc6f0700c12">CapsuleShape::CapsuleWithConvex</a>, <a class="el" href="class_convex_hull_shape.html#ae130c8434054b8c5778bde9eee608598">ConvexHullShape</a>, <a class="el" href="class_convex_hull_shape_1_1_hull_no_convex.html#a9eb3d10a97e5ff7728db7f2ab218eff5">ConvexHullShape::HullNoConvex</a>, <a class="el" href="class_convex_hull_shape_1_1_hull_with_convex.html#a069ec0a55025c42b3496246b949cd596">ConvexHullShape::HullWithConvex</a>, <a class="el" href="class_convex_hull_shape_1_1_hull_with_convex_scaled.html#a35a3f457cbdae6352227be61c356bba1">ConvexHullShape::HullWithConvexScaled</a>, <a class="el" href="class_convex_shape_1_1_support.html#ab6255a297bd904ef2c09a9cce6c3c05b">ConvexShape::Support</a>, <a class="el" href="class_cylinder_shape_1_1_cylinder.html#a0427aea83069b39420bcc5d84e02e11a">CylinderShape::Cylinder</a>, <a class="el" href="class_cylinder_shape.html#a4c725b9796a592daafff0476543c4629">CylinderShape</a>, <a class="el" href="class_sphere_shape_1_1_sphere_no_convex.html#afd8c26363093475f569d9b01710e66d9">SphereShape::SphereNoConvex</a>, <a class="el" href="class_sphere_shape_1_1_sphere_with_convex.html#a63950fdd2ab3281634f5521a08fb6793">SphereShape::SphereWithConvex</a>, <a class="el" href="class_tapered_capsule_shape_1_1_tapered_capsule.html#a44fd5dde5c0b781753c7d58005272a5b">TaperedCapsuleShape::TaperedCapsule</a>, <a class="el" href="class_tapered_cylinder_shape.html#a626dfe4f1a56689fa8e3792c2c2f47b1">TaperedCylinderShape</a>, <a class="el" href="class_tapered_cylinder_shape_1_1_tapered_cylinder.html#a1a34aff6da2ce5e2a274d484a8460cb4">TaperedCylinderShape::TaperedCylinder</a>, <a class="el" href="class_triangle_shape.html#ad05039d8e56aca9a7f1e83453f4e897e">TriangleShape</a>, <a class="el" href="class_triangle_shape_1_1_triangle_no_convex.html#a9a3136e6697ef368555225a6e12f0149">TriangleShape::TriangleNoConvex</a>, <a class="el" href="class_triangle_shape_1_1_triangle_with_convex.html#ac62eb3e67195f25c99f68e752afb7082">TriangleShape::TriangleWithConvex</a></li>
  223. <li>GetCosHalfConeAngle()&#160;:&#160;<a class="el" href="class_cone_constraint.html#a0f739908f826f4db4600278ebd0e05ba">ConeConstraint</a></li>
  224. <li>GetCosMaxSlopeAngle()&#160;:&#160;<a class="el" href="class_character_base.html#aa7d43079f3b6c40c3fa1ccc30a8682bf">CharacterBase</a></li>
  225. <li>GetCurrentAngle()&#160;:&#160;<a class="el" href="class_hinge_constraint.html#a7184e290eab00d8b27ad6366adb131f3">HingeConstraint</a></li>
  226. <li>GetCurrentGear()&#160;:&#160;<a class="el" href="class_vehicle_transmission.html#a2770cd2da41162587a2addd366ba4535">VehicleTransmission</a></li>
  227. <li>GetCurrentLength()&#160;:&#160;<a class="el" href="class_pulley_constraint.html#a2e6fd4f7a548c5fe09497fd31a27af02">PulleyConstraint</a></li>
  228. <li>GetCurrentPosition()&#160;:&#160;<a class="el" href="class_slider_constraint.html#ac30befccebcc95bcaaab4ff784f3867f">SliderConstraint</a></li>
  229. <li>GetCurrentRatio()&#160;:&#160;<a class="el" href="class_vehicle_transmission.html#aa58a4bc8d9ede0b99f622a0f20b36012">VehicleTransmission</a></li>
  230. <li>GetCurrentRPM()&#160;:&#160;<a class="el" href="class_vehicle_engine.html#ac1f11f381d186b50721cbc058931a2b5">VehicleEngine</a></li>
  231. <li>GetData()&#160;:&#160;<a class="el" href="class_state_recorder_impl.html#ae93de5a78bb5af920ebabb78ca17e252">StateRecorderImpl</a></li>
  232. <li>GetDataSize()&#160;:&#160;<a class="el" href="class_state_recorder_impl.html#a0ae5266e7b20e1e03299d58bea1171fd">StateRecorderImpl</a></li>
  233. <li>GetDebugColor()&#160;:&#160;<a class="el" href="class_physics_material.html#af8673b7c2cefec46b38fd90fb8fe7784">PhysicsMaterial</a>, <a class="el" href="class_physics_material_simple.html#a753a983d027c83d1758d8f89e79d3c7e">PhysicsMaterialSimple</a></li>
  234. <li>GetDebugName()&#160;:&#160;<a class="el" href="class_physics_material.html#a1ace7fb4d595955c50f02bd67a108446">PhysicsMaterial</a>, <a class="el" href="class_physics_material_simple.html#ae6e3111c1feb14e0494a168ed783c43e">PhysicsMaterialSimple</a></li>
  235. <li>GetDefaultBroadPhaseLayerFilter()&#160;:&#160;<a class="el" href="class_physics_system.html#a9473bc5d3e3cd861b58b0db3240b4f1d">PhysicsSystem</a></li>
  236. <li>GetDefaultLayerFilter()&#160;:&#160;<a class="el" href="class_physics_system.html#adaf3b2dbc230ee329461e47f096ef467">PhysicsSystem</a></li>
  237. <li>GetDensity()&#160;:&#160;<a class="el" href="class_convex_shape.html#a25975ed48abd058648020ee11498ce4e">ConvexShape</a></li>
  238. <li>GetDeterminant3x3()&#160;:&#160;<a class="el" href="class_mat44.html#a2b5ba5e6c68b059ae61a1bbc1b7fbb87">Mat44</a></li>
  239. <li>GetDiagonal3()&#160;:&#160;<a class="el" href="class_mat44.html#a6eb3cbc676f2ce57f63bcee9d0b40171">Mat44</a></li>
  240. <li>GetDiagonal4()&#160;:&#160;<a class="el" href="class_mat44.html#aefb86266992d843e5de8e53cdbc5bdc6">Mat44</a></li>
  241. <li>GetDifferentialLimitedSlipRatio()&#160;:&#160;<a class="el" href="class_wheeled_vehicle_controller.html#a54518ef2b442bd0a1fe7a871d36d167f">WheeledVehicleController</a></li>
  242. <li>GetDifferentials()&#160;:&#160;<a class="el" href="class_wheeled_vehicle_controller.html#a7364b136c27cf5330968729518859a1d">WheeledVehicleController</a></li>
  243. <li>GetDirectionPreservingMatrix()&#160;:&#160;<a class="el" href="class_d_mat44.html#a276e9d5393c45b4dbba222c23db3a58c">DMat44</a>, <a class="el" href="class_mat44.html#a2bb16051fdd324325ac9be5e5e7619b7">Mat44</a></li>
  244. <li>GetDrawConstraintSize()&#160;:&#160;<a class="el" href="class_constraint.html#a719b99d4d20e0c67d5412fb40a00ada3">Constraint</a></li>
  245. <li>GetDuration()&#160;:&#160;<a class="el" href="class_skeletal_animation.html#abfab43ab605ec8a52b89adc38e1e092d">SkeletalAnimation</a></li>
  246. <li>GetEarlyOutFraction()&#160;:&#160;<a class="el" href="class_broad_phase_cast_result.html#a06287289bf870782bbfc79f5ea3ac2bc">BroadPhaseCastResult</a>, <a class="el" href="class_collide_point_result.html#a2fe473a4baa681ab11ce3a291d8a26a8">CollidePointResult</a>, <a class="el" href="class_collide_shape_result.html#abe452fa6ddc8670a0c020d5420a92f3b">CollideShapeResult</a>, <a class="el" href="class_collision_collector.html#ab972bb0e68e602c5eea898dfb7166d07">CollisionCollector&lt; ResultTypeArg, TraitsType &gt;</a>, <a class="el" href="class_shape_cast_result.html#a0b91d796ee4e127cac91c9d82f292e57">ShapeCastResult</a></li>
  247. <li>GetElement()&#160;:&#160;<a class="el" href="class_hash_table.html#a3c968f0c587c2e368188247147500307">HashTable&lt; Key, KeyValue, HashTableDetail, Hash, KeyEqual &gt;</a></li>
  248. <li>GetEnabled()&#160;:&#160;<a class="el" href="class_constraint.html#a2e0b8708469ecb3ea071c1b37ca8ea26">Constraint</a></li>
  249. <li>GetEnableSkinConstraints()&#160;:&#160;<a class="el" href="class_soft_body_motion_properties.html#a0211a0376f1d3fcbe20eb246d3ba01db">SoftBodyMotionProperties</a></li>
  250. <li>GetEngine()&#160;:&#160;<a class="el" href="class_tracked_vehicle_controller.html#a8e4de97e46ec73d36fce4d32d38f6ed2">TrackedVehicleController</a>, <a class="el" href="class_wheeled_vehicle_controller.html#a459374f72146ee0bfe05ead3151d346c">WheeledVehicleController</a></li>
  251. <li>GetEnhancedInternalEdgeRemoval()&#160;:&#160;<a class="el" href="class_body.html#aa32a2192fa7e0ad595c63113e367d606">Body</a>, <a class="el" href="class_character_virtual.html#a9e39a28dbce389399848347dbf95956a">CharacterVirtual</a></li>
  252. <li>GetEnhancedInternalEdgeRemovalWithBody()&#160;:&#160;<a class="el" href="class_body.html#a264f4c99047d880e0ec05ba558f64ee9">Body</a></li>
  253. <li>GetError()&#160;:&#160;<a class="el" href="class_result.html#a3d0fc76c48e6db9cf5918dcc248ee4cb">Result&lt; Type &gt;</a></li>
  254. <li>GetEulerAngles()&#160;:&#160;<a class="el" href="class_quat.html#ae0e71415ee746c38c27b04e7dbc9b4ed">Quat</a></li>
  255. <li>GetExtent()&#160;:&#160;<a class="el" href="class_a_a_box.html#a094a8548424826014024349fd7b96766">AABox</a></li>
  256. <li>GetFace()&#160;:&#160;<a class="el" href="class_soft_body_motion_properties.html#afcbcb8a86be08dddf2f33027741d321b">SoftBodyMotionProperties</a></li>
  257. <li>GetFaceIndex()&#160;:&#160;<a class="el" href="class_soft_body_shape.html#ad5f6a2eb0f01c7d83d8aa630559c4d7b">SoftBodyShape</a></li>
  258. <li>GetFaces()&#160;:&#160;<a class="el" href="class_convex_hull_builder.html#a2eade6ba63e25c3bda4eaf159d1128ce">ConvexHullBuilder</a>, <a class="el" href="class_soft_body_motion_properties.html#a8166377ba1eaf8dea4589bc90e8baf23">SoftBodyMotionProperties</a></li>
  259. <li>GetFacesDoubleSided()&#160;:&#160;<a class="el" href="class_soft_body_motion_properties.html#a4a78fad964069c002621f44287b87d14">SoftBodyMotionProperties</a></li>
  260. <li>GetFaceVertices()&#160;:&#160;<a class="el" href="class_convex_hull_shape.html#a264fca49465c3fcfd2b261b6ee795f3a">ConvexHullShape</a></li>
  261. <li>GetFilter()&#160;:&#160;<a class="el" href="class_sim_shape_filter_wrapper.html#a0fe492c3de62b51cce45c185a5d2a9f8">SimShapeFilterWrapper</a></li>
  262. <li>GetForwardInput()&#160;:&#160;<a class="el" href="class_tracked_vehicle_controller.html#ab6609714cd395abb6a9d29552dc5fb85">TrackedVehicleController</a>, <a class="el" href="class_wheeled_vehicle_controller.html#a781e75a695c39395e56b91cfcd780bdc">WheeledVehicleController</a></li>
  263. <li>GetFriction()&#160;:&#160;<a class="el" href="class_body.html#abb35a0778672e9f3622d8cfa93b428b3">Body</a>, <a class="el" href="class_body_interface.html#a098e8a339528606a7d3f41c5ba5da8a2">BodyInterface</a></li>
  264. <li>GetGravity()&#160;:&#160;<a class="el" href="class_physics_system.html#a73776df14d1f0f10ba9a5fa033eefafd">PhysicsSystem</a></li>
  265. <li>GetGravityFactor()&#160;:&#160;<a class="el" href="class_body_interface.html#a2e3bf749aa0626529b43f173437a9ec0">BodyInterface</a>, <a class="el" href="class_motion_properties.html#a512531eb6b5f90a69deca6a0d0889243">MotionProperties</a></li>
  266. <li>GetGravityOverride()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#a557d0f6ff57dd2b6aa3a2f6da7e38f8e">VehicleConstraint</a></li>
  267. <li>GetGroundBodyID()&#160;:&#160;<a class="el" href="class_character_base.html#ab677215920d0b4cd10874b3a56a35026">CharacterBase</a></li>
  268. <li>GetGroundMaterial()&#160;:&#160;<a class="el" href="class_character_base.html#ac4771494235c54165b6b4c9ad64dcdc8">CharacterBase</a></li>
  269. <li>GetGroundNormal()&#160;:&#160;<a class="el" href="class_character_base.html#adde62ba706430b59595bb8d56731eaa8">CharacterBase</a></li>
  270. <li>GetGroundPosition()&#160;:&#160;<a class="el" href="class_character_base.html#a0ecc9be497c5fc46bef4277a734a691a">CharacterBase</a></li>
  271. <li>GetGroundState()&#160;:&#160;<a class="el" href="class_character_base.html#ab8ce7589bd0e97901030bceeda7a513b">CharacterBase</a></li>
  272. <li>GetGroundSubShapeID()&#160;:&#160;<a class="el" href="class_character_base.html#a2ab264ce1b5888134b38177f71a81f91">CharacterBase</a></li>
  273. <li>GetGroundUserData()&#160;:&#160;<a class="el" href="class_character_base.html#ae8c2a236d46c2e362021c1ab3364c432">CharacterBase</a></li>
  274. <li>GetGroundVelocity()&#160;:&#160;<a class="el" href="class_character_base.html#a692578285569b48d19d53684360a5656">CharacterBase</a></li>
  275. <li>GetGroupFilter()&#160;:&#160;<a class="el" href="class_collision_group.html#abcda9f0cd8d5d8b2ee42bee0a19430a7">CollisionGroup</a></li>
  276. <li>GetGroupID()&#160;:&#160;<a class="el" href="class_collision_group.html#a1521cec7d03c83265aecca64ec684433">CollisionGroup</a></li>
  277. <li>GetHalfExtent()&#160;:&#160;<a class="el" href="class_box_shape.html#a44e8965153d83d24e534d6278f9d6e0d">BoxShape</a>, <a class="el" href="class_plane_shape.html#a964fc4a57ddf2bea8c52ea18e4b4e7f0">PlaneShape</a></li>
  278. <li>GetHalfHeight()&#160;:&#160;<a class="el" href="class_cylinder_shape.html#a6ed4653b983e5e91e0a86f16b4186a25">CylinderShape</a>, <a class="el" href="class_tapered_capsule_shape.html#a033a6ffee3a3f04401476df3872cbcbf">TaperedCapsuleShape</a>, <a class="el" href="class_tapered_cylinder_shape.html#af7c1b08a97e16176cdaf429accaade8b">TaperedCylinderShape</a></li>
  279. <li>GetHalfHeightOfCylinder()&#160;:&#160;<a class="el" href="class_capsule_shape.html#a24208af1f0e53c7de6e62c821699a2c3">CapsuleShape</a></li>
  280. <li>GetHandBrakeInput()&#160;:&#160;<a class="el" href="class_wheeled_vehicle_controller.html#a785dc39a5b664a71b5c08ca00db4886d">WheeledVehicleController</a></li>
  281. <li>GetHash()&#160;:&#160;<a class="el" href="class_array.html#aa59495df8fdbd7be58cb05add7cd736e">Array&lt; T, Allocator &gt;</a>, <a class="el" href="struct_body_pair.html#a5c584f3eda9897aa691047f585fdde06">BodyPair</a>, <a class="el" href="class_character_i_d.html#a5cdcca1b88ba8ab9a57798306282047c">CharacterID</a>, <a class="el" href="class_character_virtual_1_1_contact_key.html#a71d6342427e6eb8dd0089b6a86f392f9">CharacterVirtual::ContactKey</a>, <a class="el" href="class_indexed_triangle.html#a9718cc61926a7a41e8e821bd53c2f62d">IndexedTriangle</a>, <a class="el" href="class_indexed_triangle_no_material.html#aa202a000f28076a120b19224f30d8b61">IndexedTriangleNoMaterial</a>, <a class="el" href="class_ref.html#aca56090798ef2c6e282db1b2422b5926">Ref&lt; T &gt;</a>, <a class="el" href="class_ref_const.html#ab6d685b8e3637ce1531db82a76fb4df7">RefConst&lt; T &gt;</a>, <a class="el" href="class_r_t_t_i.html#ad5a67a7623941aeb6a7a75fc89082a92">RTTI</a>, <a class="el" href="class_static_array.html#a901187df113a3713b9fd0f3dff157244">StaticArray&lt; T, N &gt;</a>, <a class="el" href="class_sub_shape_i_d_pair.html#a88b839da3754801d6bfe6f6f2734a026">SubShapeIDPair</a></li>
  282. <li>GetHeights()&#160;:&#160;<a class="el" href="class_height_field_shape.html#ad7197b2f27b98899bc5b4b66b0fd9a27">HeightFieldShape</a></li>
  283. <li>GetHighestComponentIndex()&#160;:&#160;<a class="el" href="class_vec3.html#aefba3895f1a98e1a5854b7e79598a408">Vec3</a>, <a class="el" href="class_vec4.html#aee4d10a4e952a663ef74d452ae07ee55">Vec4</a></li>
  284. <li>GetHitReductionCosMaxAngle()&#160;:&#160;<a class="el" href="class_character_virtual.html#ae8dcc6de2efd2ad646722e92ed1ba38a">CharacterVirtual</a></li>
  285. <li>GetID()&#160;:&#160;<a class="el" href="class_body.html#acbcb599679bb6a330a7ea3427fe90604">Body</a>, <a class="el" href="class_character_virtual.html#af75ef0776d8c6726b25b5a278937780b">CharacterVirtual</a>, <a class="el" href="class_sub_shape_i_d_creator.html#a54023c5ee7e3547f2211e7a5ae9d620b">SubShapeIDCreator</a></li>
  286. <li>GetIndex()&#160;:&#160;<a class="el" href="class_body_i_d.html#ae7455ec3e8eec8ec963fb99ea4176fd6">BodyID</a></li>
  287. <li>GetIndexAndSequenceNumber()&#160;:&#160;<a class="el" href="class_body_i_d.html#aaff1cc7e76b557c1ce750bea2286290c">BodyID</a></li>
  288. <li>GetIndexInActiveBodiesInternal()&#160;:&#160;<a class="el" href="class_body.html#a5ffba4cea6db6696fff3db87999bdf42">Body</a>, <a class="el" href="class_motion_properties.html#a8f27aeee8dec3e0e94479bd233ca9d2f">MotionProperties</a></li>
  289. <li>GetInertiaRotation()&#160;:&#160;<a class="el" href="class_motion_properties.html#a300d1a36925946850e301155c70b7bef">MotionProperties</a></li>
  290. <li>GetInfo()&#160;:&#160;<a class="el" href="class_object_stream_in.html#a728e6ca9a1dbcadbf185768421f392ae">ObjectStreamIn</a></li>
  291. <li>GetInitialRange()&#160;:&#160;<a class="el" href="class_triangle_splitter.html#afdc1efd952e2db0b80a3a29af8e5da9e">TriangleSplitter</a></li>
  292. <li>GetInnerBodyID()&#160;:&#160;<a class="el" href="class_character_virtual.html#a7d6637e5d42ab04152b831b609014af1">CharacterVirtual</a></li>
  293. <li>GetInnerRadius()&#160;:&#160;<a class="el" href="class_box_shape.html#a50c713511a3e73d2c69cb03843eb06e8">BoxShape</a>, <a class="el" href="class_capsule_shape.html#aff824c6f74dbd43d6ddbb577e2324e50">CapsuleShape</a>, <a class="el" href="class_compound_shape.html#ae17025f3ed04cdf063dc0f3b180468a4">CompoundShape</a>, <a class="el" href="class_convex_hull_shape.html#a43f64b08407a44d5c441f41ce520dfe5">ConvexHullShape</a>, <a class="el" href="class_cylinder_shape.html#ad0434b32d80b3256e9ad76524604598c">CylinderShape</a>, <a class="el" href="class_empty_shape.html#aa4c6eb1280c46c81afa66d038e1600ae">EmptyShape</a>, <a class="el" href="class_height_field_shape.html#a6546d622ca1ff86ea3c3cf7dc39753d3">HeightFieldShape</a>, <a class="el" href="class_mesh_shape.html#a7c2e775c8d2691c71de1243732dc702a">MeshShape</a>, <a class="el" href="class_offset_center_of_mass_shape.html#a032a8fc143be25c8194a28c3a491c702">OffsetCenterOfMassShape</a>, <a class="el" href="class_plane_shape.html#acf2b5b3f2bf76cb25f19cfd254992c6f">PlaneShape</a>, <a class="el" href="class_rotated_translated_shape.html#a2d4eb8d7ec3b1b8e68fccd31bd6ffda9">RotatedTranslatedShape</a>, <a class="el" href="class_scaled_shape.html#ac7caaa3409a215d6b7dd97ef08c1309b">ScaledShape</a>, <a class="el" href="class_shape.html#a249fa4e0fc7fdd25071be9f45db6a25a">Shape</a>, <a class="el" href="class_soft_body_shape.html#a5c4e7f0e89d968da93b5759b642d5493">SoftBodyShape</a>, <a class="el" href="class_sphere_shape.html#afb194e610fbe0025a2edebf8b0c20be3">SphereShape</a>, <a class="el" href="class_tapered_capsule_shape.html#a84f84f37f87624d107b363e1fe0f54a6">TaperedCapsuleShape</a>, <a class="el" href="class_tapered_cylinder_shape.html#a147aacad19ced7e278abd34f6fcf2dd8">TaperedCylinderShape</a>, <a class="el" href="class_triangle_shape.html#a0810f695ee3695e5206e9c8b4d506727">TriangleShape</a></li>
  294. <li>GetInnerShape()&#160;:&#160;<a class="el" href="class_decorated_shape.html#a23b4182bc69407c3c9f6e33419a8cbed">DecoratedShape</a></li>
  295. <li>GetIntensity()&#160;:&#160;<a class="el" href="class_color.html#afca651317831a93dba25464c5325f0ce">Color</a></li>
  296. <li>GetIntersectingSubShapes()&#160;:&#160;<a class="el" href="class_compound_shape.html#abe5c3a8558c840abba213a6a48149f85">CompoundShape</a>, <a class="el" href="class_mutable_compound_shape.html#a384f4371999246795c2e3f84ad75eca0">MutableCompoundShape</a>, <a class="el" href="class_static_compound_shape.html#a5e78840b9d9ba2b080352b8366f3472c">StaticCompoundShape</a></li>
  297. <li>GetIntersectingSubShapesVisitor()&#160;:&#160;<a class="el" href="struct_compound_shape_1_1_get_intersecting_sub_shapes_visitor.html#a0f676ecd2951cd9c1abd7d3ebfa24561">CompoundShape::GetIntersectingSubShapesVisitor&lt; BoxType &gt;</a></li>
  298. <li>GetInverseCenterOfMassTransform()&#160;:&#160;<a class="el" href="class_body.html#a9c317394889f2064a20693935036eeb3">Body</a>, <a class="el" href="class_transformed_shape.html#a928f396b885e8fea11417ba0e651c678">TransformedShape</a></li>
  299. <li>GetInverseInertia()&#160;:&#160;<a class="el" href="class_body.html#a731f2a92e9e215ff87efc831999e0e6e">Body</a>, <a class="el" href="class_body_interface.html#a9f6a8905527bc1a025eda4f97f76f573">BodyInterface</a></li>
  300. <li>GetInverseInertiaDiagonal()&#160;:&#160;<a class="el" href="class_motion_properties.html#a4a60f30bee17d06efaa9fa368f70e260">MotionProperties</a></li>
  301. <li>GetInverseInertiaForRotation()&#160;:&#160;<a class="el" href="class_motion_properties.html#ab95f2b1c9b6bd9b6082f8cee8a7e1858">MotionProperties</a></li>
  302. <li>GetInverseMass()&#160;:&#160;<a class="el" href="class_motion_properties.html#a8a959bd2f7d8eb581d999e3b01920aa8">MotionProperties</a></li>
  303. <li>GetInverseMassUnchecked()&#160;:&#160;<a class="el" href="class_motion_properties.html#a5f3ae7ce5fe716cf9dc83f05553164b0">MotionProperties</a></li>
  304. <li>GetInvMass()&#160;:&#160;<a class="el" href="class_collide_soft_body_vertex_iterator.html#a488e075a8db59f43ce880722adfe2fd3">CollideSoftBodyVertexIterator</a></li>
  305. <li>GetIslandIndex()&#160;:&#160;<a class="el" href="class_large_island_splitter.html#a9c0c434f77d1e58d2fce4fbe9247236e">LargeIslandSplitter</a></li>
  306. <li>GetIslandIndexInternal()&#160;:&#160;<a class="el" href="class_motion_properties.html#a0907c71717fa56d6af7dfc642bc56e2b">MotionProperties</a></li>
  307. <li>GetJobSystem()&#160;:&#160;<a class="el" href="class_job_system_1_1_job.html#aa3922bb7442e7e778cec6a8ea984f454">JobSystem::Job</a></li>
  308. <li>GetJoint()&#160;:&#160;<a class="el" href="class_skeleton.html#aec4d0e10a2ea5d08f7ea2ab4c40263c7">Skeleton</a>, <a class="el" href="class_skeleton_pose.html#ae567801b0a70313f684d36c3137328ec">SkeletonPose</a></li>
  309. <li>GetJointCount()&#160;:&#160;<a class="el" href="class_skeleton.html#a42baf00a00f27baa28254ebcd638ecd3">Skeleton</a>, <a class="el" href="class_skeleton_pose.html#ada9b4b8c72f7573109277f36c5ad5eb0">SkeletonPose</a></li>
  310. <li>GetJointIndex()&#160;:&#160;<a class="el" href="class_skeleton.html#a8cd408fd1003399fcdd91c9272ccf06d">Skeleton</a></li>
  311. <li>GetJointMatrices()&#160;:&#160;<a class="el" href="class_skeleton_pose.html#a123163a0e50b7f76a7cb208df96d59b3">SkeletonPose</a></li>
  312. <li>GetJointMatrix()&#160;:&#160;<a class="el" href="class_skeleton_pose.html#a9c8491b64eb337b033003d67f9c1d962">SkeletonPose</a></li>
  313. <li>GetJoints()&#160;:&#160;<a class="el" href="class_skeleton.html#a70591341dd88358d31e0b8dd442c0ac2">Skeleton</a>, <a class="el" href="class_skeleton_pose.html#a7c8c656a80fb4b9509744d5a991cc34c">SkeletonPose</a></li>
  314. <li>GetKey()&#160;:&#160;<a class="el" href="class_lock_free_hash_map_1_1_key_value.html#a0f063445f1fc087c20061ecf8ad157cb">LockFreeHashMap&lt; Key, Value &gt;::KeyValue</a></li>
  315. <li>GetLateralLambda()&#160;:&#160;<a class="el" href="class_wheel.html#a3a6c1824707b2851548c01bb3bcaceec">Wheel</a></li>
  316. <li>GetLayer()&#160;:&#160;<a class="el" href="class_character.html#a58a00716728ad3592066cb999b33ecdc">Character</a></li>
  317. <li>GetLeafNodeCount()&#160;:&#160;<a class="el" href="class_a_a_b_b_tree_builder_1_1_node.html#a798df3d3fcd597f653ab660897aa6fd2">AABBTreeBuilder::Node</a></li>
  318. <li>GetLeafShape()&#160;:&#160;<a class="el" href="class_compound_shape.html#a40578c3218a3282bb4a39e858f01e4b0">CompoundShape</a>, <a class="el" href="class_decorated_shape.html#a3b29a28fcd37ade91f30f6e85640c688">DecoratedShape</a>, <a class="el" href="class_shape.html#a11453c55f44f37cf405eee79afdbfe00">Shape</a></li>
  319. <li>GetLeanSmoothingFactor()&#160;:&#160;<a class="el" href="class_motorcycle_controller.html#a9d7a05e2d9311d373f33354e4d75e543">MotorcycleController</a></li>
  320. <li>GetLeanSpringConstant()&#160;:&#160;<a class="el" href="class_motorcycle_controller.html#a7e63f90a4b0c4a787374c1724d3999d6">MotorcycleController</a></li>
  321. <li>GetLeanSpringDamping()&#160;:&#160;<a class="el" href="class_motorcycle_controller.html#adfe9afcb3c52f6f6012f61e55cb9fc1d">MotorcycleController</a></li>
  322. <li>GetLeanSpringIntegrationCoefficient()&#160;:&#160;<a class="el" href="class_motorcycle_controller.html#ad4a48da07b7959ee53165b149d82c7e9">MotorcycleController</a></li>
  323. <li>GetLeanSpringIntegrationCoefficientDecay()&#160;:&#160;<a class="el" href="class_motorcycle_controller.html#a52a7c8e605868fe0905235c8baa598b0">MotorcycleController</a></li>
  324. <li>GetLeftRatio()&#160;:&#160;<a class="el" href="class_tracked_vehicle_controller.html#a21f5ddb54144f1978e08491e236f2969">TrackedVehicleController</a></li>
  325. <li>GetLimitsMax()&#160;:&#160;<a class="el" href="class_hinge_constraint.html#a519d665c4924aa96430f28b082f0075f">HingeConstraint</a>, <a class="el" href="class_six_d_o_f_constraint.html#a78e19363677045ac960e57d0deb166e6">SixDOFConstraint</a>, <a class="el" href="class_slider_constraint.html#a9788e92ed539c24ab428e2e7195fe8de">SliderConstraint</a></li>
  326. <li>GetLimitsMin()&#160;:&#160;<a class="el" href="class_hinge_constraint.html#a88442c3ae9fa433d4aed1484704d3b6a">HingeConstraint</a>, <a class="el" href="class_six_d_o_f_constraint.html#a19166b2e56147da794b2651896007294">SixDOFConstraint</a>, <a class="el" href="class_slider_constraint.html#a309ff85b227384666212461ae2a31256">SliderConstraint</a></li>
  327. <li>GetLimitsSpringSettings()&#160;:&#160;<a class="el" href="class_distance_constraint.html#a1f191ffd4cf8e11747be8b483a71f298">DistanceConstraint</a>, <a class="el" href="class_hinge_constraint.html#a24ef12595b64ec30ec2a49470b83b55f">HingeConstraint</a>, <a class="el" href="class_six_d_o_f_constraint.html#a70687b51cd67ed48ec11975e8799fcc5">SixDOFConstraint</a>, <a class="el" href="class_slider_constraint.html#acb556b36d40cbc06845355442e62b32b">SliderConstraint</a></li>
  328. <li>GetLinearAndAngularVelocity()&#160;:&#160;<a class="el" href="class_body_interface.html#ab10d8f90079351e23596e1abadfe7e5d">BodyInterface</a></li>
  329. <li>GetLinearDamping()&#160;:&#160;<a class="el" href="class_motion_properties.html#a8f94e1d248e0ff62aa7496e2092924a8">MotionProperties</a></li>
  330. <li>GetLinearDOFsMask()&#160;:&#160;<a class="el" href="class_motion_properties.html#a8da4f3c3b9d4afe28293492923f1dee0">MotionProperties</a></li>
  331. <li>GetLinearVelocity()&#160;:&#160;<a class="el" href="class_body.html#a6451197a038f1d99b4b92beae4656842">Body</a>, <a class="el" href="class_body_interface.html#a3e25561a23fd268d649e3c968b9ffada">BodyInterface</a>, <a class="el" href="class_character.html#a38468a2f17e15c84019c98496909c7a9">Character</a>, <a class="el" href="class_character_virtual.html#a9f8aca4dbbb9c926e52ca8b7337c4c71">CharacterVirtual</a>, <a class="el" href="class_motion_properties.html#a6478c1ccabfc23ee9ce98faa0643c080">MotionProperties</a></li>
  332. <li>GetListener()&#160;:&#160;<a class="el" href="class_character_virtual.html#aacf19c0b42216d6dc497c20556b642e7">CharacterVirtual</a></li>
  333. <li>GetLocalBounds()&#160;:&#160;<a class="el" href="class_box_shape.html#a5abe98f791addef880ea73ea813ec372">BoxShape</a>, <a class="el" href="class_capsule_shape.html#ac70e898196e639abb8602e67fed64848">CapsuleShape</a>, <a class="el" href="class_compound_shape.html#aed1247824e7919d8a948293f586b15dc">CompoundShape</a>, <a class="el" href="class_convex_hull_shape.html#a49b4086adc746e5b69c772b4607cd2ec">ConvexHullShape</a>, <a class="el" href="class_cylinder_shape.html#a2a80687423f2a189488cb20e3b8b0b18">CylinderShape</a>, <a class="el" href="class_empty_shape.html#ab25c146e2256949961015d879448de52">EmptyShape</a>, <a class="el" href="class_height_field_shape.html#aee35a24a90e88fd6858a648fcc3e8928">HeightFieldShape</a>, <a class="el" href="class_mesh_shape.html#a81ce8f3c413f4a72f2a5a5fb00fcc256">MeshShape</a>, <a class="el" href="class_offset_center_of_mass_shape.html#a68d4124fd359bd6f37718080371617f0">OffsetCenterOfMassShape</a>, <a class="el" href="class_plane_shape.html#a6e50ca0c9466229d8a15275bde03c2e0">PlaneShape</a>, <a class="el" href="class_rotated_translated_shape.html#adaffc4cb4b4ecb75c984b4dd655f8e53">RotatedTranslatedShape</a>, <a class="el" href="class_scaled_shape.html#a98bf01077d911fb1ece20a2c11aa6d8c">ScaledShape</a>, <a class="el" href="class_shape.html#a30ea165596e01df087f6e4980ed6b0cb">Shape</a>, <a class="el" href="class_soft_body_motion_properties.html#a9e0c2b0a3a39fb1d97c1318c7b65f9f0">SoftBodyMotionProperties</a>, <a class="el" href="class_soft_body_shape.html#aa6cb675060af07d4d24c6e7d6fca3d3d">SoftBodyShape</a>, <a class="el" href="class_sphere_shape.html#a1941ec6970a8a1daf084f5cbbf173094">SphereShape</a>, <a class="el" href="class_tapered_capsule_shape.html#abd2b0eee5fe8019f104f3fa8db182ef0">TaperedCapsuleShape</a>, <a class="el" href="class_tapered_cylinder_shape.html#a60b656f7b68e0418f44baad933706675">TaperedCylinderShape</a>, <a class="el" href="class_triangle_shape.html#acb85ccdd921dcc7f1018bafd6cc54af0">TriangleShape</a></li>
  334. <li>GetLocalContactPoint()&#160;:&#160;<a class="el" href="class_soft_body_manifold.html#a1df540bbc021bfd1c7e14caa2f1c77aa">SoftBodyManifold</a></li>
  335. <li>GetLocalForward()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#a5a54f4f23549e7d828e4a2e51fcfc312">VehicleConstraint</a></li>
  336. <li>GetLocalSpaceHingeAxis1()&#160;:&#160;<a class="el" href="class_hinge_constraint.html#ac42523160446c880453eacb77d0453fa">HingeConstraint</a></li>
  337. <li>GetLocalSpaceHingeAxis2()&#160;:&#160;<a class="el" href="class_hinge_constraint.html#aa3feb036294982548963aa7351b14981">HingeConstraint</a></li>
  338. <li>GetLocalSpaceInverseInertia()&#160;:&#160;<a class="el" href="class_motion_properties.html#ad52e9ac8d614918a8dc9c80f22b4847e">MotionProperties</a></li>
  339. <li>GetLocalSpaceInverseInertiaUnchecked()&#160;:&#160;<a class="el" href="class_motion_properties.html#a994dad1b2bf71b0f0394bec77fcb9b8e">MotionProperties</a></li>
  340. <li>GetLocalSpaceNormalAxis1()&#160;:&#160;<a class="el" href="class_hinge_constraint.html#a9dc2dd124efb401c50169f67c0958b81">HingeConstraint</a></li>
  341. <li>GetLocalSpaceNormalAxis2()&#160;:&#160;<a class="el" href="class_hinge_constraint.html#a4c3ac4ceae329cf7910f28d2bcf9c8bf">HingeConstraint</a></li>
  342. <li>GetLocalSpacePoint1()&#160;:&#160;<a class="el" href="class_hinge_constraint.html#af0cd2640d5ea0e2c8fecd6af90d90a0a">HingeConstraint</a>, <a class="el" href="class_point_constraint.html#a8fcc860c0b8ee43e08d599d8c3aaa3cd">PointConstraint</a></li>
  343. <li>GetLocalSpacePoint2()&#160;:&#160;<a class="el" href="class_hinge_constraint.html#a86cca7ab010c4fe5ef29c514a2b3e651">HingeConstraint</a>, <a class="el" href="class_point_constraint.html#aec29f6eef0cbafd0b0f9a97caa50b83a">PointConstraint</a></li>
  344. <li>GetLocalSpacePosition1()&#160;:&#160;<a class="el" href="class_swing_twist_constraint.html#a5cf8ea24972bf6fd7c614d8e5a851b37">SwingTwistConstraint</a></li>
  345. <li>GetLocalSpacePosition2()&#160;:&#160;<a class="el" href="class_swing_twist_constraint.html#ab2ddd5c601f20912ceeaeb2cd01cc601">SwingTwistConstraint</a></li>
  346. <li>GetLocalTransformNoScale()&#160;:&#160;<a class="el" href="struct_compound_shape_1_1_sub_shape.html#a18ba22cc1d5ad095bce61a7fcfcbcc25">CompoundShape::SubShape</a></li>
  347. <li>GetLocalUp()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#a9e88c415ed7c4ae5cea93506fd53ae28">VehicleConstraint</a></li>
  348. <li>GetLockedTranslations()&#160;:&#160;<a class="el" href="class_skeleton_mapper.html#ae866ae2bc8b6461888f555b6a9be0d16">SkeletonMapper</a></li>
  349. <li>GetLOD()&#160;:&#160;<a class="el" href="class_debug_renderer_1_1_geometry.html#a1e5eb47480d97915873308ba4fa97ed9">DebugRenderer::Geometry</a></li>
  350. <li>GetLongitudinalLambda()&#160;:&#160;<a class="el" href="class_wheel.html#acb42426249dba7e845b7ea288cda99dd">Wheel</a></li>
  351. <li>GetLowestComponentIndex()&#160;:&#160;<a class="el" href="class_vec3.html#a502453ae3005d5b84a221adf80721f92">Vec3</a>, <a class="el" href="class_vec4.html#a4dd2519cb6cab125a18210ffaca758a8">Vec4</a></li>
  352. <li>GetLowestIndexFirst()&#160;:&#160;<a class="el" href="class_indexed_triangle.html#ab22b9836ef1955232fd0ec1099d69965">IndexedTriangle</a></li>
  353. <li>GetMappedJointIdx()&#160;:&#160;<a class="el" href="class_skeleton_mapper.html#a21b16b76b464cf207878aa382c6cfde4">SkeletonMapper</a></li>
  354. <li>GetMappings()&#160;:&#160;<a class="el" href="class_skeleton_mapper.html#a13fa458d09dbb5f053aff54bb009d0eb">SkeletonMapper</a></li>
  355. <li>GetMass()&#160;:&#160;<a class="el" href="class_character_virtual.html#a1ae032d5f31f955686e3c519abfaa1a4">CharacterVirtual</a></li>
  356. <li>GetMassProperties()&#160;:&#160;<a class="el" href="class_body_creation_settings.html#acce5eaf6c72e325d23d8d791039c6954">BodyCreationSettings</a>, <a class="el" href="class_box_shape.html#a2a6f91fa07d5ef9ef2541c0acfcdf9e8">BoxShape</a>, <a class="el" href="class_capsule_shape.html#a5eb19a20ae866f171dbbb7b2d5449d1c">CapsuleShape</a>, <a class="el" href="class_compound_shape.html#a24b8501f64dae77c9cb4cfa408fc7537">CompoundShape</a>, <a class="el" href="class_convex_hull_shape.html#aef499d89aadc1f62c7d2acc527d54e4f">ConvexHullShape</a>, <a class="el" href="class_cylinder_shape.html#ac3f61c0e5ec4913f57a7842fcd8569fe">CylinderShape</a>, <a class="el" href="class_empty_shape.html#ae83848007123ee4369e0f5f5893ed2b6">EmptyShape</a>, <a class="el" href="class_height_field_shape.html#ae44d36f0e2b925556c4f6f2f30803b62">HeightFieldShape</a>, <a class="el" href="class_mesh_shape.html#aeb665b7fb7702d516f965441b421f997">MeshShape</a>, <a class="el" href="class_offset_center_of_mass_shape.html#ac1699a722db6d84580b59a3058af572c">OffsetCenterOfMassShape</a>, <a class="el" href="class_plane_shape.html#a079aa97d19c887ae416439fcbd55388d">PlaneShape</a>, <a class="el" href="class_rotated_translated_shape.html#a05206d318c8849d711695b1ae36c98b2">RotatedTranslatedShape</a>, <a class="el" href="class_scaled_shape.html#a8e96fae113643ee75eb5f6355abd5425">ScaledShape</a>, <a class="el" href="class_shape.html#a00d0953c120d9e175960c9e6629f108f">Shape</a>, <a class="el" href="class_soft_body_shape.html#ac8e3e81fea2706ab86fcf9aa9302d40d">SoftBodyShape</a>, <a class="el" href="class_sphere_shape.html#a1febf0517dfc8b724d1bd3b3c2decf55">SphereShape</a>, <a class="el" href="class_tapered_capsule_shape.html#ad3455a4df764b73c9b62450ab39ee7e0">TaperedCapsuleShape</a>, <a class="el" href="class_tapered_cylinder_shape.html#a2b7b27c9244c7e2812161608125fbebd">TaperedCylinderShape</a>, <a class="el" href="class_triangle_shape.html#aed1e73c2a8e181beb5c775bd5bddca6f">TriangleShape</a></li>
  357. <li>GetMaterial()&#160;:&#160;<a class="el" href="class_body_interface.html#a4b76f55d8fcbb5bb8c170069d03c1f79">BodyInterface</a>, <a class="el" href="class_compound_shape.html#a53e888da6c84a5a7a8b96bacd0a12f92">CompoundShape</a>, <a class="el" href="class_convex_shape.html#a7a9e29e9a33f123f0ab8b25dd4e04cc0">ConvexShape</a>, <a class="el" href="class_decorated_shape.html#a14df32d1573050287d989ce5171a1a86">DecoratedShape</a>, <a class="el" href="class_empty_shape.html#adef1e4c2eb4e2ae035004e2b32eeeaca">EmptyShape</a>, <a class="el" href="class_height_field_shape.html#a0a17b135a1676e5588f012978824316b">HeightFieldShape</a>, <a class="el" href="class_mesh_shape.html#a78ab194a4c2f30c0e0f22160ba06fd37">MeshShape</a>, <a class="el" href="class_plane_shape.html#ab0b17f6459d40f97980bcf004eff5cdb">PlaneShape</a>, <a class="el" href="class_shape.html#a7f92a050d292158b83ef016eb5d3f168">Shape</a>, <a class="el" href="class_soft_body_shape.html#a3123c23cde35ee4b94cfa9639321193d">SoftBodyShape</a>, <a class="el" href="class_transformed_shape.html#a8995638ea07aab36ba41e63bce603002">TransformedShape</a></li>
  358. <li>GetMaterialIndex()&#160;:&#160;<a class="el" href="class_mesh_shape.html#affe7babd3e7126cb8cb089b7a33d3410">MeshShape</a></li>
  359. <li>GetMaterialList()&#160;:&#160;<a class="el" href="class_height_field_shape.html#a22b4896fe8cc6cce3f0553dc7d81922b">HeightFieldShape</a>, <a class="el" href="class_mesh_shape.html#abc932809f3332fac2caafb8cb9ff6daf">MeshShape</a></li>
  360. <li>GetMaterials()&#160;:&#160;<a class="el" href="class_height_field_shape.html#aa9f1b2b52ce3e1475c70d79f4befd5d8">HeightFieldShape</a>, <a class="el" href="class_soft_body_motion_properties.html#a1fc5838f0275d998d9431767dc516a71">SoftBodyMotionProperties</a></li>
  361. <li>GetMaxAngularVelocity()&#160;:&#160;<a class="el" href="class_body_interface.html#aff675d4508260440a8fa1b4a13358122">BodyInterface</a>, <a class="el" href="class_motion_properties.html#a5c7901aaa430061775c7c39af08168db">MotionProperties</a></li>
  362. <li>GetMaxBodies()&#160;:&#160;<a class="el" href="class_body_manager.html#ad54b2a378ee3653de2130da1ab3f69a5">BodyManager</a>, <a class="el" href="class_physics_system.html#a77646a1768d1cfc892b6238bf614ed9f">PhysicsSystem</a></li>
  363. <li>GetMaxBuckets()&#160;:&#160;<a class="el" href="class_lock_free_hash_map.html#a99097bb01c8c980e4fe1be3bc63c8415">LockFreeHashMap&lt; Key, Value &gt;</a></li>
  364. <li>GetMaxConcurrency()&#160;:&#160;<a class="el" href="class_job_system.html#a5953ad34be5c47e7896b87ac7409b7d7">JobSystem</a>, <a class="el" href="class_job_system_single_threaded.html#a4e99aebfb2308cf3c4bdd8e54bb71799">JobSystemSingleThreaded</a>, <a class="el" href="class_job_system_thread_pool.html#ad9d1ead2ffc5ab1ec9aa6e06948c98ac">JobSystemThreadPool</a></li>
  365. <li>GetMaxConstraints()&#160;:&#160;<a class="el" href="class_contact_constraint_manager.html#a50938b07679f8a97fff61e98a209c87c">ContactConstraintManager</a></li>
  366. <li>GetMaxDepth()&#160;:&#160;<a class="el" href="class_a_a_b_b_tree_builder_1_1_node.html#a77cd52e5274427820f93887aec1212d2">AABBTreeBuilder::Node</a></li>
  367. <li>GetMaxDistance()&#160;:&#160;<a class="el" href="class_distance_constraint.html#a4ed1c3635f00b8f94624290bb7b11f4f">DistanceConstraint</a></li>
  368. <li>GetMaxFriction()&#160;:&#160;<a class="el" href="class_six_d_o_f_constraint.html#a874ef6ddc1368b003ba0eb2808adf17c">SixDOFConstraint</a></li>
  369. <li>GetMaxFrictionForce()&#160;:&#160;<a class="el" href="class_path_constraint.html#a0de4a86654e7757baf2e0715aae9e221">PathConstraint</a>, <a class="el" href="class_slider_constraint.html#ae28f6bc1a08e8d68beee8ad0678a7c23">SliderConstraint</a></li>
  370. <li>GetMaxFrictionTorque()&#160;:&#160;<a class="el" href="class_hinge_constraint.html#a9695f177868118de9520091ac2eb8585">HingeConstraint</a>, <a class="el" href="class_swing_twist_constraint.html#a663ea09e2e7019d0d43fec36cd3b89f1">SwingTwistConstraint</a></li>
  371. <li>GetMaxHeightValue()&#160;:&#160;<a class="el" href="class_height_field_shape.html#a802b254c4c64f55ddfe84b399dae0a1b">HeightFieldShape</a></li>
  372. <li>GetMaxHitsExceeded()&#160;:&#160;<a class="el" href="class_character_virtual.html#a4bcaf2938288d8a8cbf907f74851b109">CharacterVirtual</a></li>
  373. <li>GetMaxLength()&#160;:&#160;<a class="el" href="class_pulley_constraint.html#aabb79ec76059c338d98d5ca9b2cd2d98">PulleyConstraint</a></li>
  374. <li>GetMaxLinearVelocity()&#160;:&#160;<a class="el" href="class_body_interface.html#a34c52ff27bf32a65b908374fb4d5b00e">BodyInterface</a>, <a class="el" href="class_motion_properties.html#a322397545544a5b330d68fa894e021cf">MotionProperties</a></li>
  375. <li>GetMaxNumHits()&#160;:&#160;<a class="el" href="class_character_virtual.html#a6b037237b95355079f9aca7904899004">CharacterVirtual</a></li>
  376. <li>GetMaxPitchRollAngle()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#af134c8b5ad80e1d97288cdd4d44a58ed">VehicleConstraint</a></li>
  377. <li>GetMaxStrength()&#160;:&#160;<a class="el" href="class_character_virtual.html#a6d11baa32abe7ab7f75100daca4fda2c">CharacterVirtual</a></li>
  378. <li>GetMaxX()&#160;:&#160;<a class="el" href="class_linear_curve.html#aa92a24bc4fff522ea56c5a0dadbf6ff4">LinearCurve</a></li>
  379. <li>GetMemberPointer()&#160;:&#160;<a class="el" href="class_serializable_attribute.html#a835cd7db4edd6bd36f2130e9498122c2">SerializableAttribute</a></li>
  380. <li>GetMemberPrimitiveType()&#160;:&#160;<a class="el" href="class_serializable_attribute.html#a6738344c9c5ddbf28680db6511dda210">SerializableAttribute</a></li>
  381. <li>GetMinDepth()&#160;:&#160;<a class="el" href="class_a_a_b_b_tree_builder_1_1_node.html#afbab1987d7190726347767cec6377dff">AABBTreeBuilder::Node</a></li>
  382. <li>GetMinDistance()&#160;:&#160;<a class="el" href="class_distance_constraint.html#a4417a1efabd5ff92a82b5657479eab93">DistanceConstraint</a></li>
  383. <li>GetMinHeightValue()&#160;:&#160;<a class="el" href="class_height_field_shape.html#a9111226dd889b546f466da2b53d1a01b">HeightFieldShape</a></li>
  384. <li>GetMinLength()&#160;:&#160;<a class="el" href="class_pulley_constraint.html#a7736c362467fcdcc9e1922b6847cd77a">PulleyConstraint</a></li>
  385. <li>GetMinVertexIndex()&#160;:&#160;<a class="el" href="struct_soft_body_shared_settings_1_1_dihedral_bend.html#af40fcceebc4074cd387372bb8bd60044">SoftBodySharedSettings::DihedralBend</a>, <a class="el" href="struct_soft_body_shared_settings_1_1_edge.html#a2542e95a101443bb88ef41b38e569a8d">SoftBodySharedSettings::Edge</a>, <a class="el" href="class_soft_body_shared_settings_1_1_l_r_a.html#a084ffb68e51232e9462952f97effea6d">SoftBodySharedSettings::LRA</a>, <a class="el" href="struct_soft_body_shared_settings_1_1_rod_stretch_shear.html#ac0d05703f78d008ce04083a1f9741568">SoftBodySharedSettings::RodStretchShear</a>, <a class="el" href="struct_soft_body_shared_settings_1_1_volume.html#a57d932ebc0d377fd39b109991ebbc51c">SoftBodySharedSettings::Volume</a></li>
  386. <li>GetMinX()&#160;:&#160;<a class="el" href="class_linear_curve.html#ac23b16f88bf858f9ff79e9a94500b549">LinearCurve</a></li>
  387. <li>GetMotionProperties()&#160;:&#160;<a class="el" href="class_body.html#a0d39987255227c4221fcea66cb1fc041">Body</a></li>
  388. <li>GetMotionPropertiesUnchecked()&#160;:&#160;<a class="el" href="class_body.html#abe012219037c12313c7ef1116ee74865">Body</a></li>
  389. <li>GetMotionQuality()&#160;:&#160;<a class="el" href="class_body_interface.html#a3b3b74fdcf84502aaa693303bf0a91a5">BodyInterface</a>, <a class="el" href="class_motion_properties.html#acd43aa954cec19be744724fd633f892a">MotionProperties</a></li>
  390. <li>GetMotionType()&#160;:&#160;<a class="el" href="class_body.html#a146a4745ed28c3d9b06abe02ee3d3490">Body</a>, <a class="el" href="class_body_interface.html#a28dc9afdb017050075993e360cfc83ec">BodyInterface</a></li>
  391. <li>GetMotorSettings()&#160;:&#160;<a class="el" href="class_hinge_constraint.html#a7fe69abe4b705d335b485eaa97b13ef1">HingeConstraint</a>, <a class="el" href="class_six_d_o_f_constraint.html#a3e4372d1567140760e6cf46710108675">SixDOFConstraint</a>, <a class="el" href="class_slider_constraint.html#ad920e0c8e131f4c9e3eae8be918daea2">SliderConstraint</a></li>
  392. <li>GetMotorState()&#160;:&#160;<a class="el" href="class_hinge_constraint.html#a1dd81b1a4fa3416340a80680124dce2a">HingeConstraint</a>, <a class="el" href="class_six_d_o_f_constraint.html#adcda93c3a6ca21bf6ed39b264a020f38">SixDOFConstraint</a>, <a class="el" href="class_slider_constraint.html#af4b5d7b41aa1514342586fef277fabd5">SliderConstraint</a></li>
  393. <li>GetMutexByIndex()&#160;:&#160;<a class="el" href="class_mutex_array.html#ab1837f7f0a9b0ce63ccbf6d34ca26058">MutexArray&lt; MutexType &gt;</a></li>
  394. <li>GetMutexByObjectIndex()&#160;:&#160;<a class="el" href="class_mutex_array.html#a39bf8c118d368c256e5a5c09b39a42be">MutexArray&lt; MutexType &gt;</a></li>
  395. <li>GetMutexForBody()&#160;:&#160;<a class="el" href="class_body_manager.html#a608703b173fa10233dfd617150a2db67">BodyManager</a></li>
  396. <li>GetMutexIndex()&#160;:&#160;<a class="el" href="class_mutex_array.html#a149c27328334bbe38b64230f2a5251f8">MutexArray&lt; MutexType &gt;</a></li>
  397. <li>GetMutexMask()&#160;:&#160;<a class="el" href="class_body_lock_interface.html#a3bfe95981277029552253f953f5e2179">BodyLockInterface</a>, <a class="el" href="class_body_lock_interface_locking.html#ad5654fb1a33df17e9bc1aada33b5dcab">BodyLockInterfaceLocking</a>, <a class="el" href="class_body_lock_interface_no_lock.html#a49bd93a0cda1adce88e20921774d94a6">BodyLockInterfaceNoLock</a>, <a class="el" href="class_body_manager.html#a447a132451ef5c4def8e0c51450b2701">BodyManager</a></li>
  398. <li>GetName()&#160;:&#160;<a class="el" href="class_job_system_1_1_job.html#a426bcf2faa48d1ba4cf7874a32910f83">JobSystem::Job</a>, <a class="el" href="class_quad_tree.html#a06027549b2942685a32f433f9c304d03">QuadTree</a>, <a class="el" href="class_r_t_t_i.html#a0d8d743280e7d661ef74c26b8b45e3a9">RTTI</a>, <a class="el" href="class_serializable_attribute.html#aeef84793af0dbf4397f0e0ca4590a39c">SerializableAttribute</a></li>
  399. <li>GetNarrowPhaseQuery()&#160;:&#160;<a class="el" href="class_physics_system.html#a1ced58861f3fbb7cfea901128bb7a84d">PhysicsSystem</a></li>
  400. <li>GetNarrowPhaseQueryNoLock()&#160;:&#160;<a class="el" href="class_physics_system.html#a472f122c70806d1a2b88fbb441be42e0">PhysicsSystem</a></li>
  401. <li>GetNChildren()&#160;:&#160;<a class="el" href="class_a_a_b_b_tree_builder_1_1_node.html#ab8fcaadbe92d6b806a4d1cd0a64747e3">AABBTreeBuilder::Node</a></li>
  402. <li>GetNextEdge()&#160;:&#160;<a class="el" href="class_e_p_a_convex_hull_builder_1_1_triangle.html#a6a342146811919c9bdd18ee827e1ee87">EPAConvexHullBuilder::Triangle</a></li>
  403. <li>GetNodeCount()&#160;:&#160;<a class="el" href="class_a_a_b_b_tree_builder_1_1_node.html#aa3b24418feec3d41613d57fa5868953e">AABBTreeBuilder::Node</a></li>
  404. <li>GetNodeHeader()&#160;:&#160;<a class="el" href="class_a_a_b_b_tree_to_buffer.html#ab50a5ee87130c340d6b3cf8816ebf249">AABBTreeToBuffer&lt; TriangleCodec, NodeCodec &gt;</a></li>
  405. <li>GetNodes()&#160;:&#160;<a class="el" href="class_a_a_b_b_tree_builder.html#af8df14f55d23c8d1c9ca442a8b6a55b5">AABBTreeBuilder</a></li>
  406. <li>GetNormal()&#160;:&#160;<a class="el" href="class_ellipse.html#a827cce3196e44e983b0fb525eb9d52ac">Ellipse</a>, <a class="el" href="class_plane.html#a70e66a46d4eb8b334c929ad71c48ba42">Plane</a></li>
  407. <li>GetNormalHalfConeAngle()&#160;:&#160;<a class="el" href="class_swing_twist_constraint.html#a01fffaa54b35ffbe9321bd6549346b4d">SwingTwistConstraint</a></li>
  408. <li>GetNormalizedPerpendicular()&#160;:&#160;<a class="el" href="class_vec3.html#a24a96972fdbe04ae9a3e340fd4c39b81">Vec3</a></li>
  409. <li>GetNumActiveBodies()&#160;:&#160;<a class="el" href="class_body_manager.html#afc847edf3623bce165d4c872f0dc4d68">BodyManager</a>, <a class="el" href="class_physics_system.html#a294887e565856fe5305419aa4432e33e">PhysicsSystem</a></li>
  410. <li>GetNumActiveCCDBodies()&#160;:&#160;<a class="el" href="class_body_manager.html#a462f40b51e2bbdae500c62584d0376be">BodyManager</a></li>
  411. <li>GetNumBitsWritten()&#160;:&#160;<a class="el" href="class_sub_shape_i_d_creator.html#a788289a4af585ce7f0bc7416d6b5d93c">SubShapeIDCreator</a></li>
  412. <li>GetNumBodies()&#160;:&#160;<a class="el" href="class_body_lock_multi_base.html#a9becffa53294dcc99091eff6ced7e2c7">BodyLockMultiBase&lt; Write, BodyType &gt;</a>, <a class="el" href="class_body_manager.html#a28e008be233691bbccef7d17e20d113d">BodyManager</a>, <a class="el" href="class_physics_scene.html#acfb0a143a8984c6ca97f010c9ea94a08">PhysicsScene</a>, <a class="el" href="class_physics_system.html#a25eb1c752bffdd53c2c7cd610f2708f7">PhysicsSystem</a></li>
  413. <li>GetNumBroadPhaseLayers()&#160;:&#160;<a class="el" href="class_broad_phase_layer_interface.html#a3eeb469199592955036a5b24633b8f53">BroadPhaseLayerInterface</a>, <a class="el" href="class_broad_phase_layer_interface_mask.html#a5c4d1d6ac5321a8bd30ddd54be36f24d">BroadPhaseLayerInterfaceMask</a>, <a class="el" href="class_broad_phase_layer_interface_table.html#a0b15a05cfa5251b19bd3f1e5c14b38f3">BroadPhaseLayerInterfaceTable</a></li>
  414. <li>GetNumBuckets()&#160;:&#160;<a class="el" href="class_lock_free_hash_map.html#ab0b1ca4bac3c00813a024ed4b462e44d">LockFreeHashMap&lt; Key, Value &gt;</a></li>
  415. <li>GetNumConstraints()&#160;:&#160;<a class="el" href="class_constraint_manager.html#acd910b293c763c5c5a6f7c29a37721fb">ConstraintManager</a>, <a class="el" href="class_contact_constraint_manager.html#aad540014a518a8f5942842e1a347447f">ContactConstraintManager</a>, <a class="el" href="struct_large_island_splitter_1_1_split.html#a7be7a84dab98a3ec965a98117dde3267">LargeIslandSplitter::Split</a>, <a class="el" href="class_physics_scene.html#a62a1ad6dbbb7d6ef95f3556608be1717">PhysicsScene</a></li>
  416. <li>GetNumContacts()&#160;:&#160;<a class="el" href="struct_large_island_splitter_1_1_split.html#abf23d7df82ca57e028f02e98b0dc578b">LargeIslandSplitter::Split</a></li>
  417. <li>GetNumFaces()&#160;:&#160;<a class="el" href="class_convex_hull_shape.html#a93a52de78a436f3c3a54c72a9c9e1e05">ConvexHullShape</a></li>
  418. <li>GetNumFrames()&#160;:&#160;<a class="el" href="class_debug_renderer_playback.html#afd7aac14421906d07df334e1d3a8f31c">DebugRendererPlayback</a></li>
  419. <li>GetNumIslands()&#160;:&#160;<a class="el" href="class_island_builder.html#a6f0d6d67425a9d02cf561a06784431f4">IslandBuilder</a></li>
  420. <li>GetNumItems()&#160;:&#160;<a class="el" href="struct_large_island_splitter_1_1_split.html#a360a0aa43dfc7ff2943a77d99f4c3513">LargeIslandSplitter::Split</a></li>
  421. <li>GetNumIterations()&#160;:&#160;<a class="el" href="class_soft_body_motion_properties.html#adc98275db06cee84d06be488a9806ca5">SoftBodyMotionProperties</a></li>
  422. <li>GetNumMutexes()&#160;:&#160;<a class="el" href="class_mutex_array.html#afa901f85cfe3dff0c32edc0d8a852813">MutexArray&lt; MutexType &gt;</a></li>
  423. <li>GetNumObjectLayers()&#160;:&#160;<a class="el" href="class_object_layer_pair_filter_table.html#a1f1540757a584e5409d8dd8f6d8c64b4">ObjectLayerPairFilterTable</a></li>
  424. <li>GetNumPoints()&#160;:&#160;<a class="el" href="class_convex_hull_shape.html#adb56ee374395d692a32d08975e8d91ff">ConvexHullShape</a></li>
  425. <li>GetNumPositionSteps()&#160;:&#160;<a class="el" href="class_island_builder.html#a213561deca43cb4c9bde6560bed5a0e1">IslandBuilder</a></li>
  426. <li>GetNumPositionStepsOverride()&#160;:&#160;<a class="el" href="class_constraint.html#ad2530947a5b0c4c24e965ab85fdf9ec8">Constraint</a>, <a class="el" href="class_motion_properties.html#a4e7820bc189da3db3f2135686bfa0e9d">MotionProperties</a></li>
  427. <li>GetNumResults()&#160;:&#160;<a class="el" href="struct_compound_shape_1_1_get_intersecting_sub_shapes_visitor.html#a61d8a2add21106dc7b21b46cab11bc93">CompoundShape::GetIntersectingSubShapesVisitor&lt; BoxType &gt;</a></li>
  428. <li>GetNumSensorContacts()&#160;:&#160;<a class="el" href="class_soft_body_manifold.html#a9624772bae1206b1b316998254308286">SoftBodyManifold</a></li>
  429. <li>GetNumSoftBodies()&#160;:&#160;<a class="el" href="class_physics_scene.html#a53902e4b6f7f482fb490bb9f4219ed78">PhysicsScene</a></li>
  430. <li>GetNumSplits()&#160;:&#160;<a class="el" href="class_large_island_splitter_1_1_splits.html#a9a7977a12a99fe498e1ca8445eb73409">LargeIslandSplitter::Splits</a></li>
  431. <li>GetNumStepsBetweenCollisionTestActive()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#aa5612804e5026fcc8c90b0bfab6aba48">VehicleConstraint</a></li>
  432. <li>GetNumStepsBetweenCollisionTestInactive()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#a261afc478f9af64ffbf377f86b705f55">VehicleConstraint</a></li>
  433. <li>GetNumSubShapes()&#160;:&#160;<a class="el" href="class_compound_shape.html#abe1e5333a667ccd80b6146b951abf918">CompoundShape</a></li>
  434. <li>GetNumVelocityStepsOverride()&#160;:&#160;<a class="el" href="class_constraint.html#a56624d10dcf6dd18fa8903897fcc2a03">Constraint</a>, <a class="el" href="class_motion_properties.html#a5f3564a6a505e92239eea4ba544fc119">MotionProperties</a></li>
  435. <li>GetNumVerticesInFace()&#160;:&#160;<a class="el" href="class_convex_hull_shape.html#a57b08042d580d3cecbef5cb5e7dd179f">ConvexHullShape</a></li>
  436. <li>GetNumVerticesUsed()&#160;:&#160;<a class="el" href="class_convex_hull_builder.html#af5deecbd010d00845107696af6797e63">ConvexHullBuilder</a></li>
  437. <li>GetObjectLayer()&#160;:&#160;<a class="el" href="class_body.html#a652dca18d0969696d5a4a589c30eddc2">Body</a>, <a class="el" href="class_body_interface.html#a4b8d499ac748154a6bdaf948377a0071">BodyInterface</a>, <a class="el" href="class_vehicle_collision_tester.html#a168d396a1e2431a984b36e83c2affe07">VehicleCollisionTester</a></li>
  438. <li>GetObjectLayerFilter()&#160;:&#160;<a class="el" href="class_vehicle_collision_tester.html#ae02f257dee03c198b8ae2acd26143236">VehicleCollisionTester</a></li>
  439. <li>GetObjectLayerPairFilter()&#160;:&#160;<a class="el" href="class_physics_system.html#a22388d52ec600712200a5a5846524c9f">PhysicsSystem</a></li>
  440. <li>GetObjectVsBroadPhaseLayerFilter()&#160;:&#160;<a class="el" href="class_physics_system.html#a1c8c699488bcc1a11866166e94fc7fe2">PhysicsSystem</a></li>
  441. <li>GetOffset()&#160;:&#160;<a class="el" href="class_offset_center_of_mass_shape.html#a39dd403b80dac228ece27bae9f03cf90">OffsetCenterOfMassShape</a></li>
  442. <li>GetPath()&#160;:&#160;<a class="el" href="class_path_constraint.html#ab2fd78b89e5df020c5ed865c900326d4">PathConstraint</a></li>
  443. <li>GetPathFraction()&#160;:&#160;<a class="el" href="class_path_constraint.html#af0f434b2bb5e416a6efc402aaa5eba22">PathConstraint</a></li>
  444. <li>GetPathMaxFraction()&#160;:&#160;<a class="el" href="class_path_constraint_path.html#aae9ea1aede3ece72c5620bf88776757d">PathConstraintPath</a>, <a class="el" href="class_path_constraint_path_hermite.html#aafea15f5e08786a10baea9f92e01426c">PathConstraintPathHermite</a></li>
  445. <li>GetPenetrationDepth()&#160;:&#160;<a class="el" href="class_e_p_a_penetration_depth.html#a8368ab4825b799eb57d6f6cf841087e2">EPAPenetrationDepth</a></li>
  446. <li>GetPenetrationDepthStepEPA()&#160;:&#160;<a class="el" href="class_e_p_a_penetration_depth.html#acff8a6121c0896e3aabbe3a18019f201">EPAPenetrationDepth</a></li>
  447. <li>GetPenetrationDepthStepGJK()&#160;:&#160;<a class="el" href="class_e_p_a_penetration_depth.html#a903dc39955aae9b4e9eced5a396eb5a7">EPAPenetrationDepth</a></li>
  448. <li>GetPenetrationRecoverySpeed()&#160;:&#160;<a class="el" href="class_character_virtual.html#a2407cd5fec2965214f0d9c3c27eb47ca">CharacterVirtual</a></li>
  449. <li>GetPerpendicular()&#160;:&#160;<a class="el" href="class_quat.html#abba5ae611cba89b67e967945ffe32c8f">Quat</a></li>
  450. <li>GetPhysicsSettings()&#160;:&#160;<a class="el" href="class_physics_system.html#a54b6d93365bca8fda1edf68997c29b9e">PhysicsSystem</a></li>
  451. <li>GetPlane()&#160;:&#160;<a class="el" href="class_plane_shape.html#a036800bdcab80d0612d530a1fef3de7e">PlaneShape</a></li>
  452. <li>GetPlaneHalfConeAngle()&#160;:&#160;<a class="el" href="class_swing_twist_constraint.html#a6529b62b9a91f1f1093116a789f1d5ca">SwingTwistConstraint</a></li>
  453. <li>GetPlanes()&#160;:&#160;<a class="el" href="class_convex_hull_shape.html#a82497cbbe81983826a5f13a0dd0f3b2b">ConvexHullShape</a></li>
  454. <li>GetPoint()&#160;:&#160;<a class="el" href="class_convex_hull_shape.html#a611a3efc9d9016c15917bf329eadf2ec">ConvexHullShape</a></li>
  455. <li>GetPointOnPath()&#160;:&#160;<a class="el" href="class_path_constraint_path.html#aa0dc6d3e2b57196ca90da9c10d37f9ea">PathConstraintPath</a>, <a class="el" href="class_path_constraint_path_hermite.html#a5645f67f35fd20fe9a966a40a19d0eb8">PathConstraintPathHermite</a></li>
  456. <li>GetPointOnRay()&#160;:&#160;<a class="el" href="struct_ray_cast_t.html#abe1d2e9b088ca71ca732e0b5234696fd">RayCastT&lt; Vec, Mat, RayCastType &gt;</a>, <a class="el" href="struct_shape_cast_t.html#a90dcaf5d1e22122cf08862b9da811c96">ShapeCastT&lt; Vec, Mat, ShapeCastType &gt;</a></li>
  457. <li>GetPoints()&#160;:&#160;<a class="el" href="class_convex_hull_shape_1_1_hull_no_convex.html#ae04c0e70e714f921fadc87f564dba26e">ConvexHullShape::HullNoConvex</a></li>
  458. <li>GetPointVelocity()&#160;:&#160;<a class="el" href="class_body.html#a04705ba7fe0c4cfac8bda79a43421beb">Body</a>, <a class="el" href="class_body_interface.html#a0861d123b1e074d35c8f9e0151e391d6">BodyInterface</a></li>
  459. <li>GetPointVelocityCOM()&#160;:&#160;<a class="el" href="class_body.html#a19540cae81c6338eb7023bb9c923b0d4">Body</a>, <a class="el" href="class_motion_properties.html#a3b3277de19d5dc081a6e15111f7dc14c">MotionProperties</a></li>
  460. <li>GetPose()&#160;:&#160;<a class="el" href="class_ragdoll.html#aeb6b26fdc0eefbb815af1d06c9e5da69">Ragdoll</a></li>
  461. <li>GetPosition()&#160;:&#160;<a class="el" href="class_body.html#adce53bad2dc9f79804d6a01d435c06e0">Body</a>, <a class="el" href="class_body_interface.html#a97f114a5663f7a5e9461c73c01d4b2af">BodyInterface</a>, <a class="el" href="class_character.html#abb9ac0e79c04c6e1016511a162bc0855">Character</a>, <a class="el" href="class_character_virtual.html#a24f025912ca62c15e830bd6213129d6b">CharacterVirtual</a>, <a class="el" href="class_collide_soft_body_vertex_iterator.html#a9760d625a5200d0a44b6373a6f597524">CollideSoftBodyVertexIterator</a>, <a class="el" href="class_height_field_shape.html#a402509e2c2280d728b9e0a1290e680ba">HeightFieldShape</a>, <a class="el" href="class_rotated_translated_shape.html#ab7cda756537d468e9260ed98a9ddb523">RotatedTranslatedShape</a></li>
  462. <li>GetPositionAndRotation()&#160;:&#160;<a class="el" href="class_body_interface.html#a48912c55b281718dbd1cb25e6797c46e">BodyInterface</a>, <a class="el" href="class_character.html#acbe6e08d5f65047764e825dad49c8cc3">Character</a></li>
  463. <li>GetPositionCOM()&#160;:&#160;<a class="el" href="struct_compound_shape_1_1_sub_shape.html#ac3fea8705474011f4f5681c18fcdaaa2">CompoundShape::SubShape</a></li>
  464. <li>GetPositionMotorSettings()&#160;:&#160;<a class="el" href="class_path_constraint.html#aae30cd39beec4628b22295eec9fdb66b">PathConstraint</a></li>
  465. <li>GetPositionMotorState()&#160;:&#160;<a class="el" href="class_path_constraint.html#a2d073636288d7a79e0453fff543c0660">PathConstraint</a></li>
  466. <li>GetPositiveEarlyOutFraction()&#160;:&#160;<a class="el" href="class_collision_collector.html#aeb1fb262127298ec8bc296ead30a2e77">CollisionCollector&lt; ResultTypeArg, TraitsType &gt;</a></li>
  467. <li>GetPostCollideCallback()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#aa666c4c14ae6b42d5d578ce3c425726b">VehicleConstraint</a></li>
  468. <li>GetPostStepCallback()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#a55c495a44c94d98437ea4254ee8ecfb7">VehicleConstraint</a></li>
  469. <li>GetPressure()&#160;:&#160;<a class="el" href="class_soft_body_motion_properties.html#ae15a2a2fdf14951fe7d9cd22e9e848e6">SoftBodyMotionProperties</a></li>
  470. <li>GetPreStepCallback()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#a06c77bdf083e33a1814e09b9cdaa74f9">VehicleConstraint</a></li>
  471. <li>GetPreviousEdge()&#160;:&#160;<a class="el" href="class_convex_hull_builder_1_1_edge.html#af8a79bb1db1fa4f8cdbc67dc04261563">ConvexHullBuilder::Edge</a></li>
  472. <li>GetProcessorTicksPerSecond()&#160;:&#160;<a class="el" href="class_profiler.html#aff53e66213c9f8eb912c8b5b970394a7">Profiler</a></li>
  473. <li>GetPtr()&#160;:&#160;<a class="el" href="class_ref.html#a11ddc0decf3451568dc47178bed5e2aa">Ref&lt; T &gt;</a>, <a class="el" href="class_ref_const.html#a1dcd19b921fc3022e10cbde1c5ac36e2">RefConst&lt; T &gt;</a>, <a class="el" href="class_strided_ptr.html#aa286b1de3df20bbdcad1956260838a64">StridedPtr&lt; T &gt;</a></li>
  474. <li>GetQuaternion()&#160;:&#160;<a class="el" href="class_d_mat44.html#a73d9f99570455f596fb3b7fcd1937b29">DMat44</a>, <a class="el" href="class_mat44.html#a1e977c53b5f6a0c03f8da33ebef2c05a">Mat44</a></li>
  475. <li>GetRadius()&#160;:&#160;<a class="el" href="class_capsule_shape.html#aa8b10abff70cdeb364e5663344a4c793">CapsuleShape</a>, <a class="el" href="class_cylinder_shape.html#aaff85dbcc24db20b60dc9e75363f1c04">CylinderShape</a>, <a class="el" href="class_sphere.html#a1be9f865028172ade600ed25ca0aee4f">Sphere</a>, <a class="el" href="class_sphere_shape.html#a05f8c7b1d7501c040804bb14c7d9ea84">SphereShape</a></li>
  476. <li>GetRagdollSettings()&#160;:&#160;<a class="el" href="class_ragdoll.html#adf2f2237288c30779260c4b1e744a76d">Ragdoll</a></li>
  477. <li>GetRefCount()&#160;:&#160;<a class="el" href="class_ref_target.html#acaf07366183c51cd8460c7d3dcd07c2d">RefTarget&lt; T &gt;</a></li>
  478. <li>GetReferencePointIdx()&#160;:&#160;<a class="el" href="class_polyhedron_submerged_volume_calculator.html#af52627bf533a56d1b951f32030010eeb">PolyhedronSubmergedVolumeCalculator</a></li>
  479. <li>GetRestitution()&#160;:&#160;<a class="el" href="class_body.html#a5657cc63a5fd9ee1e4a8408ac51affcc">Body</a>, <a class="el" href="class_body_interface.html#a4a4947d638e0d8b6663f50824c9cbd58">BodyInterface</a></li>
  480. <li>GetResult()&#160;:&#160;<a class="el" href="class_polyhedron_submerged_volume_calculator.html#a5a1c107b68d02c02bde9493400549faf">PolyhedronSubmergedVolumeCalculator</a></li>
  481. <li>GetRightInput()&#160;:&#160;<a class="el" href="class_wheeled_vehicle_controller.html#a3fa4fcaa580f6bb5c47894858144397d">WheeledVehicleController</a></li>
  482. <li>GetRightRatio()&#160;:&#160;<a class="el" href="class_tracked_vehicle_controller.html#a56d16548d8180759d16746c4e4024ba5">TrackedVehicleController</a></li>
  483. <li>GetRodAngularVelocity()&#160;:&#160;<a class="el" href="class_soft_body_motion_properties.html#ac18e13a54816a14ce4c3531dc3fff217">SoftBodyMotionProperties</a></li>
  484. <li>GetRodRotation()&#160;:&#160;<a class="el" href="class_soft_body_motion_properties.html#ab897342b62eecb50abf364ce5be7d7a6">SoftBodyMotionProperties</a></li>
  485. <li>GetRoot()&#160;:&#160;<a class="el" href="class_a_a_b_b_tree_to_buffer.html#ae2034a353c9336f3e7df4bcdf9f97d8c">AABBTreeToBuffer&lt; TriangleCodec, NodeCodec &gt;</a></li>
  486. <li>GetRootOffset()&#160;:&#160;<a class="el" href="class_skeleton_pose.html#ace1c753663d81c68c7896c95c34a6b2a">SkeletonPose</a></li>
  487. <li>GetRootTransform()&#160;:&#160;<a class="el" href="class_ragdoll.html#ab6ccff7d0aee7c9931a308c722614fff">Ragdoll</a></li>
  488. <li>GetRotation()&#160;:&#160;<a class="el" href="class_body.html#aaee24bfb5e32e756f50113b9d1f45a2c">Body</a>, <a class="el" href="class_body_interface.html#a1afec2cfd709e9f48e21f1112da9b21b">BodyInterface</a>, <a class="el" href="class_character.html#a5e63091e4ec6920b9054a835d5a1e93e">Character</a>, <a class="el" href="class_character_virtual.html#afdec9f01a8b449ba9b29f39c42afe0d8">CharacterVirtual</a>, <a class="el" href="struct_compound_shape_1_1_sub_shape.html#a13d700b0e7064e9ecdf99afdc0262eae">CompoundShape::SubShape</a>, <a class="el" href="class_d_mat44.html#ad488caa68ce5121590b731778edac0d6">DMat44</a>, <a class="el" href="class_mat44.html#a4cc37dcc7b9be4ab8f8e94bf49e06204">Mat44</a>, <a class="el" href="class_rotated_translated_shape.html#a6d164a126cd4dea6185b8fb4ec918199">RotatedTranslatedShape</a></li>
  489. <li>GetRotationAngle()&#160;:&#160;<a class="el" href="class_quat.html#ac72ff53fa4780399aa0755e2ca31b450">Quat</a>, <a class="el" href="class_wheel.html#a06226466b8c4ff0f65ae329bb3b7a3b2">Wheel</a></li>
  490. <li>GetRotationInConstraintSpace()&#160;:&#160;<a class="el" href="class_six_d_o_f_constraint.html#ae4af627f61bd4bd61d242756dd7f838a">SixDOFConstraint</a>, <a class="el" href="class_swing_twist_constraint.html#adef556a69c073651dc5370213dff405e">SwingTwistConstraint</a></li>
  491. <li>GetRotationLimitsMax()&#160;:&#160;<a class="el" href="class_six_d_o_f_constraint.html#a9d5cd3757370c1c95a19828cfe8ed7ce">SixDOFConstraint</a></li>
  492. <li>GetRotationLimitsMin()&#160;:&#160;<a class="el" href="class_six_d_o_f_constraint.html#ae130846346f47a470d08e7e916955bf6">SixDOFConstraint</a></li>
  493. <li>GetRotationSafe()&#160;:&#160;<a class="el" href="class_mat44.html#a564ee35616cca9a01624760e58bfb9ca">Mat44</a></li>
  494. <li>GetRows()&#160;:&#160;<a class="el" href="class_dyn_matrix.html#a6cacfcbd4295e7cb5a40a8a8dc51bd01">DynMatrix</a>, <a class="el" href="class_matrix.html#a295baf4af956351b6bf05548e16887ee">Matrix&lt; Rows, Cols &gt;</a>, <a class="el" href="class_vector.html#a8c1387fdaa60b9569f5e9acb1363b7fb">Vector&lt; Rows &gt;</a></li>
  495. <li>GetSampleCount()&#160;:&#160;<a class="el" href="class_height_field_shape.html#a574a78817c0d2bfe1b46dc7e1ca2c9a5">HeightFieldShape</a></li>
  496. <li>GetScale()&#160;:&#160;<a class="el" href="class_scaled_shape.html#a7324baba8e06fe9ed476bd5644f8f34e">ScaledShape</a></li>
  497. <li>GetSensorContactBodyID()&#160;:&#160;<a class="el" href="class_soft_body_manifold.html#a1c539cf5388178b7fa78be864020049e">SoftBodyManifold</a></li>
  498. <li>GetSequenceNumber()&#160;:&#160;<a class="el" href="class_body_i_d.html#af327d342cd7e2a6be188bc836270ba51">BodyID</a></li>
  499. <li>GetSettings()&#160;:&#160;<a class="el" href="class_motorcycle_controller.html#af197398dc8067edaf41287019f69c21b">MotorcycleController</a>, <a class="el" href="class_soft_body_motion_properties.html#af56ddceaa1945447bf214647d44ca8f1">SoftBodyMotionProperties</a>, <a class="el" href="class_tracked_vehicle_controller.html#acb73fca13c2a8d5ef5ba7abc4a3e8233">TrackedVehicleController</a>, <a class="el" href="class_vehicle_controller.html#add7e684d7e5f56706416fa8998a42ade">VehicleController</a>, <a class="el" href="class_wheel.html#ab93b1087453249915b72e74733ea2af3">Wheel</a>, <a class="el" href="class_wheeled_vehicle_controller.html#a4554df857005171ac1ee056e6624ec0d">WheeledVehicleController</a>, <a class="el" href="class_wheel_t_v.html#a7189cbd04b92e8babd4fc9e01826d030">WheelTV</a>, <a class="el" href="class_wheel_w_v.html#a3c72a249175961c0cb86b691b2980d06">WheelWV</a></li>
  500. <li>GetShape()&#160;:&#160;<a class="el" href="class_body.html#a45950d9b3f8f28aafa13a81374912bf1">Body</a>, <a class="el" href="class_body_creation_settings.html#ab668ffb9415e2e9d8790bb532b83bf53">BodyCreationSettings</a>, <a class="el" href="class_body_interface.html#af67cf1a0f9c7fa744d4e2387d63e04ba">BodyInterface</a>, <a class="el" href="class_character_base.html#afe046cfb3333be1fcb186f42821ddb19">CharacterBase</a></li>
  501. <li>GetShapeOffset()&#160;:&#160;<a class="el" href="class_character_virtual.html#ad36f1869421eeee298f3230d27841071">CharacterVirtual</a></li>
  502. <li>GetShapeScale()&#160;:&#160;<a class="el" href="class_transformed_shape.html#a9f0559c4106b9b17becd5f401389b354">TransformedShape</a></li>
  503. <li>GetShapeSettings()&#160;:&#160;<a class="el" href="class_body_creation_settings.html#a35093b07ed1677438e4f3d004d0d8a2e">BodyCreationSettings</a></li>
  504. <li>GetSign()&#160;:&#160;<a class="el" href="class_d_vec3.html#a298f2bc29cc4d55a9f9d30a9512cada3">DVec3</a>, <a class="el" href="class_vec3.html#aecf767007e342e11f109b83a09449c7f">Vec3</a>, <a class="el" href="class_vec4.html#a28b864dcc901d9bd5061b34e9551346c">Vec4</a></li>
  505. <li>GetSignBits()&#160;:&#160;<a class="el" href="class_vec4.html#aeccf9a2f8d2742fba6c62d4419cfa5d6">Vec4</a></li>
  506. <li>GetSimCollideBodyVsBody()&#160;:&#160;<a class="el" href="class_physics_system.html#afb16db6e1e89f62c2f77ecb7a4022dac">PhysicsSystem</a></li>
  507. <li>GetSimShapeFilter()&#160;:&#160;<a class="el" href="class_physics_system.html#a0692ef8b6ac3aec8dd3420b9fd35b46b">PhysicsSystem</a></li>
  508. <li>GetSize()&#160;:&#160;<a class="el" href="class_a_a_box.html#a376b8319c2ac3e843b1dfac1b8288e94">AABox</a>, <a class="el" href="class_r_t_t_i.html#a84f77151d163bb24c230c0af4a5c2682">RTTI</a>, <a class="el" href="class_temp_allocator_impl.html#a56356a3176389ddd4b278e268f7a6b7f">TempAllocatorImpl</a></li>
  509. <li>GetSizeRef()&#160;:&#160;<a class="el" href="class_e_p_a_convex_hull_builder_1_1_points.html#a5b85570fd72e9b7e9575981fe7464383">EPAConvexHullBuilder::Points</a></li>
  510. <li>GetSkeleton()&#160;:&#160;<a class="el" href="class_ragdoll_settings.html#a5f7c10c07d5cdaa2800bda61897f8852">RagdollSettings</a>, <a class="el" href="class_skeleton_pose.html#a2e60e72ebf66740c7d9d99274b70efe7">SkeletonPose</a></li>
  511. <li>GetSkinnedMaxDistanceMultiplier()&#160;:&#160;<a class="el" href="class_soft_body_motion_properties.html#a6201339ce0eaf31374525cf645c7babb">SoftBodyMotionProperties</a></li>
  512. <li>GetSoftBodies()&#160;:&#160;<a class="el" href="class_physics_scene.html#afe41447c0b307d2844a16e288fd412af">PhysicsScene</a></li>
  513. <li>GetSoftBodyContactListener()&#160;:&#160;<a class="el" href="class_physics_system.html#ae0014dc0eb3cf650db692bb24e0c3f75">PhysicsSystem</a></li>
  514. <li>GetSoftBodyCreationSettings()&#160;:&#160;<a class="el" href="class_body.html#a61a0607212ae03156e55dbfdabceb886">Body</a></li>
  515. <li>GetSqDistanceTo()&#160;:&#160;<a class="el" href="class_a_a_box.html#a9d68bc754580c6a3055ce4e6a305460f">AABox</a></li>
  516. <li>GetStats()&#160;:&#160;<a class="el" href="class_box_shape.html#aa47cad6cf56f35a41e8626c3fd587fb3">BoxShape</a>, <a class="el" href="class_capsule_shape.html#a274bd9ad407e747585488727e4697357">CapsuleShape</a>, <a class="el" href="class_convex_hull_shape.html#abdfd4a2a43587db1b5d726c78d3ee2b5">ConvexHullShape</a>, <a class="el" href="class_cylinder_shape.html#a30d8aeffc7430806287324f7f55eb5a5">CylinderShape</a>, <a class="el" href="class_empty_shape.html#ac692929f8c9675dff864a2c86c9e3426">EmptyShape</a>, <a class="el" href="class_height_field_shape.html#a9d3783be079e3d425bf049abf2c6a9e4">HeightFieldShape</a>, <a class="el" href="class_mesh_shape.html#a9996003623615ba708c420e90e86349e">MeshShape</a>, <a class="el" href="class_mutable_compound_shape.html#aabd799e121f048e83a6ef43490422fbe">MutableCompoundShape</a>, <a class="el" href="class_offset_center_of_mass_shape.html#a656e5b4eee8f07b32ef59fb20858771b">OffsetCenterOfMassShape</a>, <a class="el" href="class_plane_shape.html#a8a1251dffea8135e57a8863160d49828">PlaneShape</a>, <a class="el" href="class_rotated_translated_shape.html#a33919b6a211cae9bd392914c25923111">RotatedTranslatedShape</a>, <a class="el" href="class_scaled_shape.html#a1d1237076dc542497e7ca6b917cc7d68">ScaledShape</a>, <a class="el" href="class_shape.html#a87ae161e649ab6af75a60fe130dd195b">Shape</a>, <a class="el" href="class_soft_body_shape.html#ae275b4c0b3e23b493bda12687d93970c">SoftBodyShape</a>, <a class="el" href="class_sphere_shape.html#adff6e55656d0dc2048f40b3dad359fd8">SphereShape</a>, <a class="el" href="class_static_compound_shape.html#ad973e13f69ffa355e172f8a37d5fc347">StaticCompoundShape</a>, <a class="el" href="class_tapered_capsule_shape.html#a5f3e2462c74c498511d4b010797ddbab">TaperedCapsuleShape</a>, <a class="el" href="class_tapered_cylinder_shape.html#a8807be9437040acbac4cdd69baa20635">TaperedCylinderShape</a>, <a class="el" href="class_triangle_shape.html#a41afaef8725be99a40861e777de22119">TriangleShape</a>, <a class="el" href="class_triangle_splitter.html#ad58e7ea8a806e7e9df8ea5117ff2ebe8">TriangleSplitter</a>, <a class="el" href="class_triangle_splitter_binning.html#a528500c9d8c6ba8225ec945e135c9588">TriangleSplitterBinning</a>, <a class="el" href="class_triangle_splitter_mean.html#a32235dae954e916c9e3235ebe3704345">TriangleSplitterMean</a></li>
  517. <li>GetStatsRecursive()&#160;:&#160;<a class="el" href="class_compound_shape.html#acd0cdb69e92db34899880f3f6b596bec">CompoundShape</a>, <a class="el" href="class_decorated_shape.html#a24a5fc486a279b6afaf2cada33f28272">DecoratedShape</a>, <a class="el" href="class_shape.html#ae90566019bdce3edf3be921044b38ea6">Shape</a></li>
  518. <li>GetSteerAngle()&#160;:&#160;<a class="el" href="class_wheel.html#a1972924bef7c43ef8544a7ba2dc28c07">Wheel</a></li>
  519. <li>GetStride()&#160;:&#160;<a class="el" href="class_strided_ptr.html#aeefda01d106ac5231e9e945694b36884">StridedPtr&lt; T &gt;</a></li>
  520. <li>GetSubGroupID()&#160;:&#160;<a class="el" href="class_collision_group.html#a156fd729674403783be12fe41ee5b288">CollisionGroup</a></li>
  521. <li>GetSubmergedVolume()&#160;:&#160;<a class="el" href="class_body.html#a6f626cfeebe957b45503d752a5052f75">Body</a>, <a class="el" href="class_compound_shape.html#a9a5f3e80546cee592d5a79cd4e3561ee">CompoundShape</a>, <a class="el" href="class_convex_hull_shape.html#ab050ca44e34a8329d661019c379b39c6">ConvexHullShape</a>, <a class="el" href="class_convex_shape.html#a49e7da39c873a9b8e3c3ffde94d31972">ConvexShape</a>, <a class="el" href="class_empty_shape.html#af04d5177ac573e002486c08d42aef5b1">EmptyShape</a>, <a class="el" href="class_height_field_shape.html#ab7cc33f5afd734cf43238fe8550cc069">HeightFieldShape</a>, <a class="el" href="class_mesh_shape.html#a08a4d8b005fedbf05db4082bdb39b1aa">MeshShape</a>, <a class="el" href="class_offset_center_of_mass_shape.html#a5f9a701d7ec907aaf816abf05ec25805">OffsetCenterOfMassShape</a>, <a class="el" href="class_plane_shape.html#a270b08b26cc533e7cfb04ca85f5abaff">PlaneShape</a>, <a class="el" href="class_rotated_translated_shape.html#a6c89e34ea8f2407b0821aa5e340a1d3e">RotatedTranslatedShape</a>, <a class="el" href="class_scaled_shape.html#aca3913c54c796de4014330c508484005">ScaledShape</a>, <a class="el" href="class_shape.html#a99f077aa0ffef0d518ced9b69ca21d18">Shape</a>, <a class="el" href="class_soft_body_shape.html#aa1909263e9c7099933d817f6a6d5eab0">SoftBodyShape</a>, <a class="el" href="class_sphere_shape.html#accef575dd77414652ae4c1c0f68b6c88">SphereShape</a>, <a class="el" href="class_triangle_shape.html#aaf0e4efd78402e813ebd25d219020773">TriangleShape</a></li>
  522. <li>GetSubShape()&#160;:&#160;<a class="el" href="class_compound_shape.html#af70b012c88d2bedfb9541d40e6e46fb2">CompoundShape</a></li>
  523. <li>GetSubShapeCoordinates()&#160;:&#160;<a class="el" href="class_height_field_shape.html#aa98bc099a0466ff6e4284d5942b738ce">HeightFieldShape</a></li>
  524. <li>GetSubShapeID1()&#160;:&#160;<a class="el" href="class_sub_shape_i_d_pair.html#ada31f15601de55a64463899ed5ec67b8">SubShapeIDPair</a></li>
  525. <li>GetSubShapeID2()&#160;:&#160;<a class="el" href="class_sub_shape_i_d_pair.html#a6fd1caef92ab138b72a0663030ba1b14">SubShapeIDPair</a></li>
  526. <li>GetSubShapeIDBits()&#160;:&#160;<a class="el" href="class_compound_shape.html#a3f4a71f903b9b37eb61262257ca268f2">CompoundShape</a>, <a class="el" href="class_soft_body_shape.html#ae83f9a5588e05aab0dd66f96750a3b15">SoftBodyShape</a></li>
  527. <li>GetSubShapeIDBitsRecursive()&#160;:&#160;<a class="el" href="class_compound_shape.html#ab0cb754108355742e26e08614beaaec1">CompoundShape</a>, <a class="el" href="class_convex_shape.html#aeda184c70bca8f98105bd58df579eb87">ConvexShape</a>, <a class="el" href="class_decorated_shape.html#a0369b0f4e52b29f3625022bfd98a6924">DecoratedShape</a>, <a class="el" href="class_empty_shape.html#ae7770309224c9f412ea1212eb817a750">EmptyShape</a>, <a class="el" href="class_height_field_shape.html#ab7c2e6fc0f60fa4290474d758473b3ab">HeightFieldShape</a>, <a class="el" href="class_mesh_shape.html#a7e26f8abf395dc62026f5c4789e3c378">MeshShape</a>, <a class="el" href="class_plane_shape.html#af2df250d4d28fd2efe1f432126b15d2d">PlaneShape</a>, <a class="el" href="class_shape.html#aee463ecaa01e871524f5396871b5e8c6">Shape</a>, <a class="el" href="class_soft_body_shape.html#a3ff7ce4976bb19746e58ac06d90f1695">SoftBodyShape</a></li>
  528. <li>GetSubShapeIDFromIndex()&#160;:&#160;<a class="el" href="class_compound_shape.html#a66ae55d5b737c492d73286dff4615215">CompoundShape</a></li>
  529. <li>GetSubShapeIndexFromID()&#160;:&#160;<a class="el" href="class_compound_shape.html#a6ff804957bb05620ab762532d2f2ab3d">CompoundShape</a></li>
  530. <li>GetSubShapes()&#160;:&#160;<a class="el" href="class_compound_shape.html#a3c4efdc6b41fc47e604ee8154425a80a">CompoundShape</a></li>
  531. <li>GetSubShapeTransformedShape()&#160;:&#160;<a class="el" href="class_compound_shape.html#ae21a8dff0919f928ae1d282293018a8c">CompoundShape</a>, <a class="el" href="class_offset_center_of_mass_shape.html#adcef4fa526642a2cdd565352f278c9f5">OffsetCenterOfMassShape</a>, <a class="el" href="class_rotated_translated_shape.html#a28982c9e515052eed5e3e6663b020cb8">RotatedTranslatedShape</a>, <a class="el" href="class_scaled_shape.html#adc6c23ae1479cd048a6b6c87b8b0aa2a">ScaledShape</a>, <a class="el" href="class_shape.html#acf8d5f8e430acc87c88fbd558407efc7">Shape</a>, <a class="el" href="class_transformed_shape.html#a8ef1a33902094dcdd6f20f63868c5ea2">TransformedShape</a></li>
  532. <li>GetSubShapeUserData()&#160;:&#160;<a class="el" href="class_compound_shape.html#adf93c781343189f225f39656a64240db">CompoundShape</a>, <a class="el" href="class_decorated_shape.html#afdcd8fb7a79bc210ca792d2db1fdfe09">DecoratedShape</a>, <a class="el" href="class_shape.html#a29de5bb2f770d7e521f0d939436faa1b">Shape</a>, <a class="el" href="class_transformed_shape.html#a98ca3c64d2bc65548a4845085c53eba5">TransformedShape</a></li>
  533. <li>GetSubType()&#160;:&#160;<a class="el" href="class_cone_constraint.html#a174c2fdca09d8ceddbf14f71384791b7">ConeConstraint</a>, <a class="el" href="class_constraint.html#a632a8161ad49c443c2e3a8b600a730a1">Constraint</a>, <a class="el" href="class_distance_constraint.html#aca72385bb8b1dede13ca841681e37cae">DistanceConstraint</a>, <a class="el" href="class_fixed_constraint.html#ae4a226e769a4bab140f41f72a2aff9b5">FixedConstraint</a>, <a class="el" href="class_gear_constraint.html#ad760c5afd1f0a52d595b4788247d892c">GearConstraint</a>, <a class="el" href="class_hinge_constraint.html#ac6c68736fa26f85a973b0aa95daa7674">HingeConstraint</a>, <a class="el" href="class_path_constraint.html#a73052367b302ac8b30a9505aa1901795">PathConstraint</a>, <a class="el" href="class_point_constraint.html#a0993bfa066a32b159d45cf54b346163f">PointConstraint</a>, <a class="el" href="class_pulley_constraint.html#a175acacfe8fcc7518a90d7b29e0ad8eb">PulleyConstraint</a>, <a class="el" href="class_rack_and_pinion_constraint.html#ae8c15998c1efe563c3153b27c58ab87a">RackAndPinionConstraint</a>, <a class="el" href="class_shape.html#a864cef23ca0a3add699adea26ed1fef7">Shape</a>, <a class="el" href="class_six_d_o_f_constraint.html#ae13f824a4eddf95835fdeffe61c7ffba">SixDOFConstraint</a>, <a class="el" href="class_slider_constraint.html#a4655336347868e54cf484f9f43a830fe">SliderConstraint</a>, <a class="el" href="class_swing_twist_constraint.html#a259cdffe333947fb29e1455619b81dd5">SwingTwistConstraint</a>, <a class="el" href="class_vehicle_constraint.html#a989fc35253ed8da61981107b0fc19fba">VehicleConstraint</a></li>
  534. <li>GetSupport()&#160;:&#160;<a class="el" href="class_a_a_box.html#aaea4b8b5fc160778df59859a1c4dc69b">AABox</a>, <a class="el" href="struct_add_convex_radius.html#a77576ad6fd2ef0aafc34d245b578ef59">AddConvexRadius&lt; ConvexObject &gt;</a>, <a class="el" href="class_box_shape_1_1_box.html#addae08ce81d2c3eaca0acd914c2fe662">BoxShape::Box</a>, <a class="el" href="class_capsule_shape_1_1_capsule_no_convex.html#a0be6a5849883349f4d1e7bfa2107b4c6">CapsuleShape::CapsuleNoConvex</a>, <a class="el" href="class_capsule_shape_1_1_capsule_with_convex.html#a15a15b4961f231684a30f4fbcdbee693">CapsuleShape::CapsuleWithConvex</a>, <a class="el" href="class_convex_hull_shape_1_1_hull_no_convex.html#ac12140f541d4dcf2b1c6a58108c0b026">ConvexHullShape::HullNoConvex</a>, <a class="el" href="class_convex_hull_shape_1_1_hull_with_convex.html#a0abf6518afb0203d73ed2308d3bb83b1">ConvexHullShape::HullWithConvex</a>, <a class="el" href="class_convex_hull_shape_1_1_hull_with_convex_scaled.html#aad0e71dae0215de9d65abee32e3d5bb7">ConvexHullShape::HullWithConvexScaled</a>, <a class="el" href="class_convex_shape_1_1_support.html#ab2a715898d419c03321366a009539ae0">ConvexShape::Support</a>, <a class="el" href="class_cylinder_shape_1_1_cylinder.html#ac2fbf97f298eabff324fe1200d1e6974">CylinderShape::Cylinder</a>, <a class="el" href="struct_minkowski_difference.html#ad9e15e934b19be1df6e09a926a1e26dd">MinkowskiDifference&lt; ConvexObjectA, ConvexObjectB &gt;</a>, <a class="el" href="struct_point_convex_support.html#af9f294c5aa22abc2f9c826cbb8e2b05a">PointConvexSupport</a>, <a class="el" href="struct_polygon_convex_support.html#a4e117627d895a0466b06b76f267aa605">PolygonConvexSupport&lt; VERTEX_ARRAY &gt;</a>, <a class="el" href="class_sphere.html#a3ccfa118fbdbd2c7346d3f7f9d29595e">Sphere</a>, <a class="el" href="class_sphere_shape_1_1_sphere_no_convex.html#a38a13c00c2b11db056767b4f67241845">SphereShape::SphereNoConvex</a>, <a class="el" href="class_sphere_shape_1_1_sphere_with_convex.html#a503b8f57aa6e001cda690534f3c723a1">SphereShape::SphereWithConvex</a>, <a class="el" href="class_tapered_capsule_shape_1_1_tapered_capsule.html#a91c8bdbd45deec0013bf3f383adcb149">TaperedCapsuleShape::TaperedCapsule</a>, <a class="el" href="class_tapered_cylinder_shape_1_1_tapered_cylinder.html#a450d358fbfb9f7313c000bfad68142b5">TaperedCylinderShape::TaperedCylinder</a>, <a class="el" href="struct_transformed_convex_object.html#a0fa745b8d15e71629ebb719716d16fa8">TransformedConvexObject&lt; ConvexObject &gt;</a>, <a class="el" href="struct_triangle_convex_support.html#ac824e6c13d9702af6699e7ba4beccb4c">TriangleConvexSupport</a>, <a class="el" href="class_triangle_shape_1_1_triangle_no_convex.html#a03cf50acfaaafb83ae5f2c1efc445c7c">TriangleShape::TriangleNoConvex</a>, <a class="el" href="class_triangle_shape_1_1_triangle_with_convex.html#addb17c65c6b1c99b7a4b2862ac796446">TriangleShape::TriangleWithConvex</a></li>
  535. <li>GetSupportFunction()&#160;:&#160;<a class="el" href="class_box_shape.html#a8078cbdc696e4fb8e65fb7c312dfb1f6">BoxShape</a>, <a class="el" href="class_capsule_shape.html#a5f226d8512e8a2612438200932d3986c">CapsuleShape</a>, <a class="el" href="class_convex_hull_shape.html#ae343a96fe9cce1424f7ddeb7a98a393b">ConvexHullShape</a>, <a class="el" href="class_convex_shape.html#ae043918f1de4d0049c6cb2a92b545e06">ConvexShape</a>, <a class="el" href="class_cylinder_shape.html#af7f045327fa7c9e506bd304bb78ba781">CylinderShape</a>, <a class="el" href="class_sphere_shape.html#a69de38369e7a6e0927d7bbcce1ae5759">SphereShape</a>, <a class="el" href="class_tapered_capsule_shape.html#a5d84081d417194e6a80742162a9e5361">TaperedCapsuleShape</a>, <a class="el" href="class_tapered_cylinder_shape.html#a2522fd2429951460c394308a0545440d">TaperedCylinderShape</a>, <a class="el" href="class_triangle_shape.html#a218f85b8e0fe0e50bb8dbf6de81b1986">TriangleShape</a></li>
  536. <li>GetSupportingFace()&#160;:&#160;<a class="el" href="class_a_a_box.html#a8ebca3740082c6ad5359d8c42d6c5f69">AABox</a>, <a class="el" href="class_box_shape.html#a10628c6c084267e249ef86fa924ac620">BoxShape</a>, <a class="el" href="class_capsule_shape.html#ae0226a091e853142536c48e5462ee463">CapsuleShape</a>, <a class="el" href="class_compound_shape.html#aaa7ac5ce56a586d8179181add8af60fa">CompoundShape</a>, <a class="el" href="class_convex_hull_shape.html#a9707b7f687ecaac45496dc111535782e">ConvexHullShape</a>, <a class="el" href="class_cylinder_shape.html#aa2ef3b2d1a7889c6a55d868ac8549280">CylinderShape</a>, <a class="el" href="class_decorated_shape.html#abda124dcb2cd84b591101a32544e1c94">DecoratedShape</a>, <a class="el" href="class_height_field_shape.html#a39e1a2fa721479131b1fefe0b2ea98a7">HeightFieldShape</a>, <a class="el" href="class_mesh_shape.html#ac15cb5e42c9123d08b5dfd7d5928bcad">MeshShape</a>, <a class="el" href="class_offset_center_of_mass_shape.html#aa18209657783f704b64fa02351c29fca">OffsetCenterOfMassShape</a>, <a class="el" href="class_plane_shape.html#acb01f52337cecc64b73cff24348b0b47">PlaneShape</a>, <a class="el" href="struct_polygon_convex_support.html#a25e370fc7ce4db9df032a10e3caee238">PolygonConvexSupport&lt; VERTEX_ARRAY &gt;</a>, <a class="el" href="class_rotated_translated_shape.html#abab2852c1625584a5849d7a9ef96efcb">RotatedTranslatedShape</a>, <a class="el" href="class_scaled_shape.html#aacf906339a566563005b35af3a474385">ScaledShape</a>, <a class="el" href="class_shape.html#a4f6591e1a1329278568bc99b035c9928">Shape</a>, <a class="el" href="class_soft_body_shape.html#a034dea7c47610c270711b8c4a19f8b87">SoftBodyShape</a>, <a class="el" href="class_sphere_shape.html#a9619a007d4bd51efef15792e464d8c0f">SphereShape</a>, <a class="el" href="class_tapered_capsule_shape.html#a9634a3049b0006aefe65e52c72f3b3d1">TaperedCapsuleShape</a>, <a class="el" href="class_tapered_cylinder_shape.html#a7974bcb9e5385af82984e0b7a478c839">TaperedCylinderShape</a>, <a class="el" href="struct_transformed_convex_object.html#ae7e5d51b4cbb01eb146274711eec26e2">TransformedConvexObject&lt; ConvexObject &gt;</a>, <a class="el" href="class_transformed_shape.html#abf8db8122d754ad62720f3da6f67be4d">TransformedShape</a>, <a class="el" href="struct_triangle_convex_support.html#ab06eab6917e292cdf749432e50ac9159">TriangleConvexSupport</a>, <a class="el" href="class_triangle_shape.html#ad35f626bfc8807441d6b200ebf74e216">TriangleShape</a></li>
  537. <li>GetSurfaceArea()&#160;:&#160;<a class="el" href="class_a_a_box.html#ace160fe5908ca1b3125b757bdfde8d22">AABox</a></li>
  538. <li>GetSurfaceNormal()&#160;:&#160;<a class="el" href="class_box_shape.html#ae279a012b515691509f4d15927925664">BoxShape</a>, <a class="el" href="class_capsule_shape.html#ac8ed07dee809bbe362b3dd4ec286aa35">CapsuleShape</a>, <a class="el" href="class_compound_shape.html#a4f1bcd2e95e17efeff42556cbc729110">CompoundShape</a>, <a class="el" href="class_convex_hull_shape.html#a586cf0e80d2f705fb104d4b6c3cb5d13">ConvexHullShape</a>, <a class="el" href="class_cylinder_shape.html#a33a3dcb04ee6b0905b2992936acaa71c">CylinderShape</a>, <a class="el" href="class_empty_shape.html#a50c8da06c743cbd915a79783280d7938">EmptyShape</a>, <a class="el" href="class_height_field_shape.html#ad652d9d9e8fc9a987722d222077b111a">HeightFieldShape</a>, <a class="el" href="class_mesh_shape.html#aad9c34de931c5c15d19cfc7ac200583a">MeshShape</a>, <a class="el" href="class_offset_center_of_mass_shape.html#a0af1704c7f1a2109f9b55343c4a6db7d">OffsetCenterOfMassShape</a>, <a class="el" href="class_plane_shape.html#a5a720f71f09b5c2cecb0c45b3cb0d571">PlaneShape</a>, <a class="el" href="class_rotated_translated_shape.html#afb856f2a26b063d3f6d4aff131ce1a31">RotatedTranslatedShape</a>, <a class="el" href="class_scaled_shape.html#a8d44329b0d06995572b38bbe3f23879f">ScaledShape</a>, <a class="el" href="class_shape.html#adc7c6aeed1cde2ae1be099a4a5a4bd0c">Shape</a>, <a class="el" href="class_soft_body_shape.html#af8f830edd7a8620969c68da8c4ff40f8">SoftBodyShape</a>, <a class="el" href="class_sphere_shape.html#a2ae3fdc9da393a59106c6f4f75c20b25">SphereShape</a>, <a class="el" href="class_tapered_capsule_shape.html#ac8a542296217b1a4ccad96133c07a35e">TaperedCapsuleShape</a>, <a class="el" href="class_tapered_cylinder_shape.html#ac4cf24a6fd1f49bea27939615891c332">TaperedCylinderShape</a>, <a class="el" href="class_triangle_shape.html#af2073f91655595dde2662482e5821006">TriangleShape</a></li>
  539. <li>GetSuspensionLambda()&#160;:&#160;<a class="el" href="class_wheel.html#af1a126080ae277a8b3578b8f3f6854e7">Wheel</a></li>
  540. <li>GetSuspensionLength()&#160;:&#160;<a class="el" href="class_wheel.html#ad03e749022ce451237c8731a7b59eb79">Wheel</a></li>
  541. <li>GetSwingMotorSettings()&#160;:&#160;<a class="el" href="class_swing_twist_constraint.html#a62867e2044909678e7eb8ae1a60fc30e">SwingTwistConstraint</a></li>
  542. <li>GetSwingMotorState()&#160;:&#160;<a class="el" href="class_swing_twist_constraint.html#aff96015babd85fab3b262eee70a2a283">SwingTwistConstraint</a></li>
  543. <li>GetSwingTwist()&#160;:&#160;<a class="el" href="class_quat.html#a7bb8b016622e5ad8f361c52f9037f1aa">Quat</a></li>
  544. <li>GetSwingType()&#160;:&#160;<a class="el" href="class_swing_twist_constraint_part.html#a1e8cca76a13bf4490e18086adfe44fb5">SwingTwistConstraintPart</a></li>
  545. <li>GetTargetAngle()&#160;:&#160;<a class="el" href="class_hinge_constraint.html#a952152a6165614d7e000cc61e8820edf">HingeConstraint</a></li>
  546. <li>GetTargetAngularVelocity()&#160;:&#160;<a class="el" href="class_hinge_constraint.html#ad05474eff39452c49ee10c70b780f687">HingeConstraint</a></li>
  547. <li>GetTargetAngularVelocityCS()&#160;:&#160;<a class="el" href="class_six_d_o_f_constraint.html#aa8906a979a8a5bfcb1887997849d3f0c">SixDOFConstraint</a>, <a class="el" href="class_swing_twist_constraint.html#a7ba465390161d081cbfa4f6d313308e5">SwingTwistConstraint</a></li>
  548. <li>GetTargetOrientationCS()&#160;:&#160;<a class="el" href="class_six_d_o_f_constraint.html#ab3f325802dc065ba6fbeeea76884e0c8">SixDOFConstraint</a>, <a class="el" href="class_swing_twist_constraint.html#ab490bdbf00a2c76b00b2d3d2afe19419">SwingTwistConstraint</a></li>
  549. <li>GetTargetPathFraction()&#160;:&#160;<a class="el" href="class_path_constraint.html#a48f8818d18d5c46c27a6ba69d91c36b3">PathConstraint</a></li>
  550. <li>GetTargetPosition()&#160;:&#160;<a class="el" href="class_slider_constraint.html#ac1c0aa099da5599ddc21d7f0519c72f7">SliderConstraint</a></li>
  551. <li>GetTargetPositionCS()&#160;:&#160;<a class="el" href="class_six_d_o_f_constraint.html#a5e3a3ca4dd727cabe3fbc97a43fffc1d">SixDOFConstraint</a></li>
  552. <li>GetTargetVelocity()&#160;:&#160;<a class="el" href="class_path_constraint.html#a9c6d88045a77cb4f442e3ef239b20d84">PathConstraint</a>, <a class="el" href="class_slider_constraint.html#ad704564787a3b73406849659c29f3a6b">SliderConstraint</a></li>
  553. <li>GetTargetVelocityCS()&#160;:&#160;<a class="el" href="class_six_d_o_f_constraint.html#adea943442830716a4e865fe336910729">SixDOFConstraint</a></li>
  554. <li>GetTireMaxImpulseCallback()&#160;:&#160;<a class="el" href="class_wheeled_vehicle_controller.html#a9f0a4d01b9c0db904d5e6aa79484bc63">WheeledVehicleController</a></li>
  555. <li>GetTopRadius()&#160;:&#160;<a class="el" href="class_tapered_capsule_shape.html#a5740e27d0009aeb3f5eeae3ac445fd26">TaperedCapsuleShape</a>, <a class="el" href="class_tapered_cylinder_shape.html#a4327c117bf16630693b65d1a8f2edd7e">TaperedCylinderShape</a></li>
  556. <li>GetTorque()&#160;:&#160;<a class="el" href="class_vehicle_engine.html#a22815f9d97cb6318b0b6a3df66e0f6d5">VehicleEngine</a></li>
  557. <li>GetTotalLambda()&#160;:&#160;<a class="el" href="class_angle_constraint_part.html#af482295498d9ca4f6fcdd0c034d0fb90">AngleConstraintPart</a>, <a class="el" href="class_axis_constraint_part.html#a012581aad01dbf091d9f8e2cf0ea6605">AxisConstraintPart</a>, <a class="el" href="class_dual_axis_constraint_part.html#a89e53a1884747a98a2b2e8647f219c2c">DualAxisConstraintPart</a>, <a class="el" href="class_gear_constraint.html#a0e2ee073695aedec977446582365ed3b">GearConstraint</a>, <a class="el" href="class_gear_constraint_part.html#a0884cffe567c6cfe93e555996ba8bad9">GearConstraintPart</a>, <a class="el" href="class_hinge_rotation_constraint_part.html#aa99c7f68df35ac1e3bef098c7e20225b">HingeRotationConstraintPart</a>, <a class="el" href="class_independent_axis_constraint_part.html#a14a6dfff54b12cacff9f4794c5fa4fa8">IndependentAxisConstraintPart</a>, <a class="el" href="class_point_constraint_part.html#a268ba07c6a229a0b8d2c3504566c355d">PointConstraintPart</a>, <a class="el" href="class_rack_and_pinion_constraint.html#a10684549bb08d47150e26754db83179d">RackAndPinionConstraint</a>, <a class="el" href="class_rack_and_pinion_constraint_part.html#a87e64ffdc1897211336d35bc8077ebcc">RackAndPinionConstraintPart</a>, <a class="el" href="class_rotation_euler_constraint_part.html#aada1e7c8fcf62c1674aa5080cd70687e">RotationEulerConstraintPart</a>, <a class="el" href="class_rotation_quat_constraint_part.html#a4aaed47e0905087e32e5dc82f6c4dca5">RotationQuatConstraintPart</a></li>
  558. <li>GetTotalLambdaMotor()&#160;:&#160;<a class="el" href="class_hinge_constraint.html#ac9320fb87c8a7de22bc822f0f9cf2f74">HingeConstraint</a>, <a class="el" href="class_path_constraint.html#ad9f21a4ed20007ceb8181db0bf999ce3">PathConstraint</a>, <a class="el" href="class_slider_constraint.html#a8f67a775520b7f735c77b4aabb9187e4">SliderConstraint</a>, <a class="el" href="class_swing_twist_constraint.html#a41ac135d5eb9c233fe50ff9fc8b3d40e">SwingTwistConstraint</a></li>
  559. <li>GetTotalLambdaMotorRotation()&#160;:&#160;<a class="el" href="class_six_d_o_f_constraint.html#a84ad5f919ccfff953b8de5ae421425b4">SixDOFConstraint</a></li>
  560. <li>GetTotalLambdaMotorTranslation()&#160;:&#160;<a class="el" href="class_six_d_o_f_constraint.html#a244e5b919415ca1feec2d707e3ad64bf">SixDOFConstraint</a></li>
  561. <li>GetTotalLambdaPosition()&#160;:&#160;<a class="el" href="class_cone_constraint.html#af2d889a7774303768a6cde6dee342378">ConeConstraint</a>, <a class="el" href="class_distance_constraint.html#a9c2f0f9859df29f33e5688f42e14471d">DistanceConstraint</a>, <a class="el" href="class_fixed_constraint.html#a1f2e160cf0bac4e5a08a10a4db32fe27">FixedConstraint</a>, <a class="el" href="class_hinge_constraint.html#af03b0287d856815e5a9cff82588d2578">HingeConstraint</a>, <a class="el" href="class_path_constraint.html#aad8272de843a287e26bf320fdf2755a3">PathConstraint</a>, <a class="el" href="class_point_constraint.html#a393464647f68f5dbfcdb034b00d4b1d1">PointConstraint</a>, <a class="el" href="class_pulley_constraint.html#adac156b26e519ea9f183609b731b81b5">PulleyConstraint</a>, <a class="el" href="class_six_d_o_f_constraint.html#a01a2d0f0a38d57af09fb86f5432df79b">SixDOFConstraint</a>, <a class="el" href="class_slider_constraint.html#a7e004ec04d0e7a7fe00ba2b0a8840b6a">SliderConstraint</a>, <a class="el" href="class_swing_twist_constraint.html#a82b21f86dc816c6a989df827c04d2a7b">SwingTwistConstraint</a></li>
  562. <li>GetTotalLambdaPositionLimits()&#160;:&#160;<a class="el" href="class_path_constraint.html#afef42c01cab96ed8cb32c607a6a0baf8">PathConstraint</a>, <a class="el" href="class_slider_constraint.html#a75ac80302b69828523d3fe1aa55348a5">SliderConstraint</a></li>
  563. <li>GetTotalLambdaRotation()&#160;:&#160;<a class="el" href="class_cone_constraint.html#a08b441d44cc4d9adbad89d88d6d48d91">ConeConstraint</a>, <a class="el" href="class_fixed_constraint.html#a28f17b6379474d45e29faebfef63e670">FixedConstraint</a>, <a class="el" href="class_hinge_constraint.html#a69121251820ce4c305f3275b15242f7a">HingeConstraint</a>, <a class="el" href="class_path_constraint.html#a7dc7086987fb9a1761fc9fab81ceadb3">PathConstraint</a>, <a class="el" href="class_six_d_o_f_constraint.html#a660cc3a7a434504917d71b2c463cef47">SixDOFConstraint</a>, <a class="el" href="class_slider_constraint.html#a10e5c1d92324b6df087498f75b4f83e4">SliderConstraint</a></li>
  564. <li>GetTotalLambdaRotationHinge()&#160;:&#160;<a class="el" href="class_path_constraint.html#abb7f43813e7aa47c1719550303e8b768">PathConstraint</a></li>
  565. <li>GetTotalLambdaRotationLimits()&#160;:&#160;<a class="el" href="class_hinge_constraint.html#a689cbcabdb90d98b59fcdffc5417a3e7">HingeConstraint</a></li>
  566. <li>GetTotalLambdaSwingY()&#160;:&#160;<a class="el" href="class_swing_twist_constraint.html#a0c2292aef09fef869c8264e0735a6f26">SwingTwistConstraint</a></li>
  567. <li>GetTotalLambdaSwingZ()&#160;:&#160;<a class="el" href="class_swing_twist_constraint.html#a2e87742bbeac9f5b0b0ee75050326c7b">SwingTwistConstraint</a></li>
  568. <li>GetTotalLambdaTwist()&#160;:&#160;<a class="el" href="class_swing_twist_constraint.html#afc81f0c8d931210044e2a05cea0988c6">SwingTwistConstraint</a></li>
  569. <li>GetTotalSwingYLambda()&#160;:&#160;<a class="el" href="class_swing_twist_constraint_part.html#a16832ee912d335e0865e78f37fe7ad81">SwingTwistConstraintPart</a></li>
  570. <li>GetTotalSwingZLambda()&#160;:&#160;<a class="el" href="class_swing_twist_constraint_part.html#a31a518f141eab3f601906193d7b56ada">SwingTwistConstraintPart</a></li>
  571. <li>GetTotalTwistLambda()&#160;:&#160;<a class="el" href="class_swing_twist_constraint_part.html#a45a880db0765176f7e807f4aba08da6e">SwingTwistConstraintPart</a></li>
  572. <li>GetTracks()&#160;:&#160;<a class="el" href="class_tracked_vehicle_controller.html#a197ca759987300cb86170ac747e34d61">TrackedVehicleController</a></li>
  573. <li>GetTransformed()&#160;:&#160;<a class="el" href="class_plane.html#a23c3f6c2eaf6344447cb5e0a8a52d63d">Plane</a></li>
  574. <li>GetTransformedShape()&#160;:&#160;<a class="el" href="class_body.html#ab29a0e2490187a1e08d21c4e9235f2a3">Body</a>, <a class="el" href="class_body_interface.html#ae468b34e460759f4cf4e76486e404ee4">BodyInterface</a>, <a class="el" href="class_character.html#a494c0f369f5aa12f2b5933b4cf4ba102">Character</a>, <a class="el" href="class_character_virtual.html#a181bbafd30966b7ecc4313283c3a1252">CharacterVirtual</a></li>
  575. <li>GetTranslation()&#160;:&#160;<a class="el" href="class_d_mat44.html#ac47b990d006488e24ad4c0512cdaf9b1">DMat44</a>, <a class="el" href="class_mat44.html#abd89da8ac7b4e4c5b87c02caabbf10b8">Mat44</a></li>
  576. <li>GetTranslationLimitsMax()&#160;:&#160;<a class="el" href="class_six_d_o_f_constraint.html#a9dc7e49353c01c96388125cc6510bb92">SixDOFConstraint</a></li>
  577. <li>GetTranslationLimitsMin()&#160;:&#160;<a class="el" href="class_six_d_o_f_constraint.html#adca299a0d75c785bb120d381cdb1e6ee">SixDOFConstraint</a></li>
  578. <li>GetTransmission()&#160;:&#160;<a class="el" href="class_tracked_vehicle_controller.html#a18af9ade5be94c6740c888b61c922419">TrackedVehicleController</a>, <a class="el" href="class_wheeled_vehicle_controller.html#a3a14cc53afb7a84709927cd9b5fc863b">WheeledVehicleController</a></li>
  579. <li>GetTriangle()&#160;:&#160;<a class="el" href="class_triangle_codec_indexed8_bit_pack_s_o_a4_flags_1_1_decoding_context.html#a3fb4bf3fda3a5fe7fede50bdfad3ed17">TriangleCodecIndexed8BitPackSOA4Flags::DecodingContext</a>, <a class="el" href="class_triangle_splitter.html#aec081c5b0f705cbee59ed5de06436122">TriangleSplitter</a></li>
  580. <li>GetTriangleBlock()&#160;:&#160;<a class="el" href="struct_triangle_codec_indexed8_bit_pack_s_o_a4_flags_1_1_triangle_block_header.html#a9965a86ef8ae2822aeb95ee98f4811fd">TriangleCodecIndexed8BitPackSOA4Flags::TriangleBlockHeader</a></li>
  581. <li>GetTriangleCount()&#160;:&#160;<a class="el" href="class_a_a_b_b_tree_builder_1_1_node.html#ab9f14f78dc59d08126ca910121c173e0">AABBTreeBuilder::Node</a></li>
  582. <li>GetTriangleCountInTree()&#160;:&#160;<a class="el" href="class_a_a_b_b_tree_builder_1_1_node.html#a70279979794f6d2beb9812c970ebf0f0">AABBTreeBuilder::Node</a></li>
  583. <li>GetTriangleCountPerNode()&#160;:&#160;<a class="el" href="class_a_a_b_b_tree_builder_1_1_node.html#ac35b06c2738bc8d3eaa2d5ec1c5d3409">AABBTreeBuilder::Node</a></li>
  584. <li>GetTriangleHeader()&#160;:&#160;<a class="el" href="class_a_a_b_b_tree_to_buffer.html#aabe86791c5d2da2af6dcba505090b989">AABBTreeToBuffer&lt; TriangleCodec, NodeCodec &gt;</a></li>
  585. <li>GetTriangles()&#160;:&#160;<a class="el" href="class_a_a_b_b_tree_builder.html#a0bcdef60c9579addf5613aa204323372">AABBTreeBuilder</a></li>
  586. <li>GetTrianglesContextMultiVertexList()&#160;:&#160;<a class="el" href="class_get_triangles_context_multi_vertex_list.html#aa9cd165a98d96373c2d112a9c8ec258f">GetTrianglesContextMultiVertexList</a></li>
  587. <li>GetTrianglesContextVertexList()&#160;:&#160;<a class="el" href="class_get_triangles_context_vertex_list.html#ad42b38dbd910b48adc48cbeb2e7d3eee">GetTrianglesContextVertexList</a></li>
  588. <li>GetTrianglesNext()&#160;:&#160;<a class="el" href="class_box_shape.html#a90ed6d83a46a7311750bfa7877d72def">BoxShape</a>, <a class="el" href="class_capsule_shape.html#ac735140fc6d8d36ca5c598deba432ae2">CapsuleShape</a>, <a class="el" href="class_compound_shape.html#a86dbc7e794fdf43a39fed13e60731a0b">CompoundShape</a>, <a class="el" href="class_convex_hull_shape.html#a7def260c11540094261de145227efa04">ConvexHullShape</a>, <a class="el" href="class_convex_shape.html#ac067fd156edf8fa249c8ed65bc9f5f18">ConvexShape</a>, <a class="el" href="class_cylinder_shape.html#a6cfbb512a0c4dc1a9f02d4a830829721">CylinderShape</a>, <a class="el" href="class_empty_shape.html#ac9c9ca0cf4ffcd2584a9fe2220e86164">EmptyShape</a>, <a class="el" href="class_get_triangles_context_multi_vertex_list.html#adb9476df77af2728b5054c8c1ec6c0bb">GetTrianglesContextMultiVertexList</a>, <a class="el" href="class_get_triangles_context_vertex_list.html#ac42ac006966e5e9819b97f3764be4fc4">GetTrianglesContextVertexList</a>, <a class="el" href="class_height_field_shape.html#a08fee5448036495db2d6154bb4632a65">HeightFieldShape</a>, <a class="el" href="class_mesh_shape.html#a9c170a3cbeccfbfa9349038d0aa5f10c">MeshShape</a>, <a class="el" href="class_offset_center_of_mass_shape.html#a5a7033c9950e7ec7253047e8a257c360">OffsetCenterOfMassShape</a>, <a class="el" href="class_plane_shape.html#a87e30ad80dcbb0987323b236e85d02a6">PlaneShape</a>, <a class="el" href="class_rotated_translated_shape.html#a2ecf8af0d2d44459c7fbce83d6323eb3">RotatedTranslatedShape</a>, <a class="el" href="class_scaled_shape.html#ad222933cc81e3136f2b02cc70db545d9">ScaledShape</a>, <a class="el" href="class_shape.html#a4b6ba637f676d38c24bdb5da9a2f345f">Shape</a>, <a class="el" href="class_soft_body_shape.html#aef58794da013b5ec5993744dab56f4b5">SoftBodyShape</a>, <a class="el" href="class_sphere_shape.html#aab3a1e57553613d5ce94557f6175ca93">SphereShape</a>, <a class="el" href="class_tapered_cylinder_shape.html#a20441e1137b077b87cd592679377cf62">TaperedCylinderShape</a>, <a class="el" href="class_transformed_shape.html#a7f4d127145d57e13ff41523a3c8ecd9e">TransformedShape</a>, <a class="el" href="class_triangle_shape.html#aea1cb87c9bdf927b353459aec286218f">TriangleShape</a></li>
  589. <li>GetTrianglesStart()&#160;:&#160;<a class="el" href="class_box_shape.html#a287e16289c491cd9dbd980e59ca7725b">BoxShape</a>, <a class="el" href="class_capsule_shape.html#ac5f59452b7a3fc2c31ba77f2997ec493">CapsuleShape</a>, <a class="el" href="class_compound_shape.html#a1e3571fbe4835d1bfec50d9d7a1a2b1f">CompoundShape</a>, <a class="el" href="class_convex_hull_shape.html#a6c4c9fd637e19f6d7d7aa32a0389a6a6">ConvexHullShape</a>, <a class="el" href="class_convex_shape.html#a063b182d0bc6eddcde2b3fd422fca7a7">ConvexShape</a>, <a class="el" href="class_cylinder_shape.html#aabb7fa62446dd36b1d18f149cef8fb22">CylinderShape</a>, <a class="el" href="class_empty_shape.html#a3bcaaf90fd7bbc960ec117f96ee7094d">EmptyShape</a>, <a class="el" href="class_height_field_shape.html#a03ddda27200f07afc08f6439ce36d491">HeightFieldShape</a>, <a class="el" href="class_mesh_shape.html#a409b6ac0a7548e275d6f1f2a9b57a19d">MeshShape</a>, <a class="el" href="class_offset_center_of_mass_shape.html#a928422bd2dd3f8a9ac2107bdf503446e">OffsetCenterOfMassShape</a>, <a class="el" href="class_plane_shape.html#a1f75622c86ebecaf63bde5430b00eb55">PlaneShape</a>, <a class="el" href="class_rotated_translated_shape.html#a801257f7a7ea6c26a728170cbd7ba55f">RotatedTranslatedShape</a>, <a class="el" href="class_scaled_shape.html#af3c0586193bee5223c9a94556ee019de">ScaledShape</a>, <a class="el" href="class_shape.html#a703f5419cf3f3cb216cbe0433ce1a625">Shape</a>, <a class="el" href="class_soft_body_shape.html#a28d58a8068af4f051eb33f5545524f8d">SoftBodyShape</a>, <a class="el" href="class_sphere_shape.html#ae00fa28f36870678e33dc16085cafc5b">SphereShape</a>, <a class="el" href="class_tapered_cylinder_shape.html#a2aca46ff56852aa97e3734a9fff25bb8">TaperedCylinderShape</a>, <a class="el" href="class_transformed_shape.html#ab5c4bf71ad1569f890bccf3b71248b43">TransformedShape</a>, <a class="el" href="class_triangle_shape.html#a3fe954485d3333b502acd074ebd3d405">TriangleShape</a></li>
  590. <li>GetTriangleUserData()&#160;:&#160;<a class="el" href="class_mesh_shape.html#a3f4c544b5cab768beeefe4d8c8639cff">MeshShape</a></li>
  591. <li>GetTrues()&#160;:&#160;<a class="el" href="class_b_vec16.html#a76e286adbaf917a2297deb0f8fa93472">BVec16</a>, <a class="el" href="class_d_vec3.html#a11971a6122b035009707efe51f5a1169">DVec3</a>, <a class="el" href="class_u_vec4.html#a4e62bc4e8238a1742d9cde03a0520252">UVec4</a></li>
  592. <li>GetTwist()&#160;:&#160;<a class="el" href="class_quat.html#aa30f29eff5df0de717de979bf3aae295">Quat</a></li>
  593. <li>GetTwistMaxAngle()&#160;:&#160;<a class="el" href="class_swing_twist_constraint.html#a167f8f552fae981543530a4bd225b763">SwingTwistConstraint</a></li>
  594. <li>GetTwistMinAngle()&#160;:&#160;<a class="el" href="class_swing_twist_constraint.html#ae2220254397365c2d99a026cdfeb5243">SwingTwistConstraint</a></li>
  595. <li>GetTwistMotorSettings()&#160;:&#160;<a class="el" href="class_swing_twist_constraint.html#ae63b6cda1826e0b1aa6b6960780e92e3">SwingTwistConstraint</a></li>
  596. <li>GetTwistMotorState()&#160;:&#160;<a class="el" href="class_swing_twist_constraint.html#a44ce1ccf1c4d95f88bb6ab2571035196">SwingTwistConstraint</a></li>
  597. <li>GetType()&#160;:&#160;<a class="el" href="class_constraint.html#a6e290088c6049b1f1d1fb26df96dce3a">Constraint</a>, <a class="el" href="class_shape.html#a35b8f1a8a02f90d3edc02db22f03932a">Shape</a>, <a class="el" href="class_two_body_constraint.html#a25655ebd463476c1ada660d3a292d3c7">TwoBodyConstraint</a></li>
  598. <li>GetUInt32()&#160;:&#160;<a class="el" href="class_color.html#aedcaed2b19d4b10e7c994ed8ab1ac58d">Color</a></li>
  599. <li>GetUnmapped()&#160;:&#160;<a class="el" href="class_skeleton_mapper.html#a4b67e8a430be5b9150676f5103ef0974">SkeletonMapper</a></li>
  600. <li>GetUp()&#160;:&#160;<a class="el" href="class_character_base.html#a2a437049ade0a3ab8ab7aeafb64f5163">CharacterBase</a></li>
  601. <li>GetUpdatePosition()&#160;:&#160;<a class="el" href="class_soft_body_motion_properties.html#ac798aa56fce5a89d404e164c4b483ddd">SoftBodyMotionProperties</a></li>
  602. <li>GetUsage()&#160;:&#160;<a class="el" href="class_temp_allocator_impl.html#a51303fe4dfc64985675b9537ef2f8edb">TempAllocatorImpl</a></li>
  603. <li>GetUseManifoldReduction()&#160;:&#160;<a class="el" href="class_body.html#ae2732111d3d846bfceb19459fa2ee963">Body</a>, <a class="el" href="class_body_interface.html#af83d47bf486a2e3c70b485ede215b412">BodyInterface</a></li>
  604. <li>GetUseManifoldReductionWithBody()&#160;:&#160;<a class="el" href="class_body.html#a602ae16f05ab73cd5cae80c2fd9b4a0d">Body</a></li>
  605. <li>GetUserData()&#160;:&#160;<a class="el" href="class_body.html#a48b9455aae90fe4d73302389f6c7d9b5">Body</a>, <a class="el" href="class_body_interface.html#a34942329fd9b3230e938f4418302138c">BodyInterface</a>, <a class="el" href="class_character_virtual.html#acc49b466797667ae5f4bb1ee44e83b2e">CharacterVirtual</a>, <a class="el" href="class_constraint.html#a51361e09906d05f85d341d1bad2cecd5">Constraint</a>, <a class="el" href="class_shape.html#a7146c658ddb5c7b0fec4489535ca664f">Shape</a>, <a class="el" href="class_triangle_codec_indexed8_bit_pack_s_o_a4_flags_1_1_decoding_context.html#a556ef7c4049df729a89803a23a210d4c">TriangleCodecIndexed8BitPackSOA4Flags::DecodingContext</a>, <a class="el" href="struct_triangle_codec_indexed8_bit_pack_s_o_a4_flags_1_1_triangle_block_header.html#ad05b875676147545245c4086c4588ca7">TriangleCodecIndexed8BitPackSOA4Flags::TriangleBlockHeader</a></li>
  606. <li>GetValue()&#160;:&#160;<a class="el" href="class_broad_phase_layer.html#a88ef7f609071bbf53e1c018966e65c36">BroadPhaseLayer</a>, <a class="el" href="class_character_i_d.html#aab242607b7911ae770d6910c53bb06f5">CharacterID</a>, <a class="el" href="class_linear_curve.html#a24eda4be408b24e5dfeba9bf94edb295">LinearCurve</a>, <a class="el" href="class_lock_free_hash_map_1_1_key_value.html#a7998c182167f381dcb2bfe6d1932bad8">LockFreeHashMap&lt; Key, Value &gt;::KeyValue</a>, <a class="el" href="class_semaphore.html#a8e4d787c14be5d3191ba1353594267e4">Semaphore</a>, <a class="el" href="class_sub_shape_i_d.html#a93de7475867625a7b2dc053d2af57c2b">SubShapeID</a></li>
  607. <li>GetVehicleBody()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#a402cd50d87d5f478036104b9185fb2db">VehicleConstraint</a></li>
  608. <li>GetVehicleCollisionTester()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#a71407c82b38b7ef2407c1fbd4860f30b">VehicleConstraint</a></li>
  609. <li>GetVertex()&#160;:&#160;<a class="el" href="class_soft_body_motion_properties.html#aa2581182a2773f19f17bb868419eced1">SoftBodyMotionProperties</a></li>
  610. <li>GetVertex1()&#160;:&#160;<a class="el" href="class_triangle_shape.html#ab8f3848ec3b28b4c6783decf5fd181b8">TriangleShape</a></li>
  611. <li>GetVertex2()&#160;:&#160;<a class="el" href="class_triangle_shape.html#a2b4044a905652252bcc2f901c019ae58">TriangleShape</a></li>
  612. <li>GetVertex3()&#160;:&#160;<a class="el" href="class_triangle_shape.html#a645139aef90ed9598ac319dc564a827e">TriangleShape</a></li>
  613. <li>GetVertexData()&#160;:&#160;<a class="el" href="struct_triangle_codec_indexed8_bit_pack_s_o_a4_flags_1_1_triangle_block_header.html#a065d0f2f856b48f8ae6c44a7f7ec8a0f">TriangleCodecIndexed8BitPackSOA4Flags::TriangleBlockHeader</a></li>
  614. <li>GetVertexRadius()&#160;:&#160;<a class="el" href="class_soft_body_motion_properties.html#ab1f801e523f267881a8a81f8056c6287">SoftBodyMotionProperties</a></li>
  615. <li>GetVertices()&#160;:&#160;<a class="el" href="class_soft_body_manifold.html#aa00527a000cd0b485d7a838ac5e288a8">SoftBodyManifold</a>, <a class="el" href="class_soft_body_motion_properties.html#a39f8a1dd664ca0cdbbaed3893885e60a">SoftBodyMotionProperties</a>, <a class="el" href="class_triangle_splitter.html#a4ca9c0334863bd8615fbe9e498cfde44">TriangleSplitter</a></li>
  616. <li>GetVolume()&#160;:&#160;<a class="el" href="class_a_a_box.html#aab14f598d69dfa94daf74cc8d7721a21">AABox</a>, <a class="el" href="class_box_shape.html#a22a7afcc6db8041d6e0f335bfee62ec0">BoxShape</a>, <a class="el" href="class_capsule_shape.html#aeeab148856a7d53ddf1a42934fbb048c">CapsuleShape</a>, <a class="el" href="class_compound_shape.html#a2c66ad490f6662e3ef81e44cabee11fa">CompoundShape</a>, <a class="el" href="class_convex_hull_shape.html#a0f6066d340c3db1d1d06373fa18b4691">ConvexHullShape</a>, <a class="el" href="class_cylinder_shape.html#a85e3891076275d55c6274d3cfd480b18">CylinderShape</a>, <a class="el" href="class_empty_shape.html#a6dee4669c448702f7790a6fa7a64ce0f">EmptyShape</a>, <a class="el" href="class_height_field_shape.html#aefe0c0c9d3017a94ac8835e84e698e9a">HeightFieldShape</a>, <a class="el" href="class_mesh_shape.html#a69ed9404f75cceb172a608c746994c09">MeshShape</a>, <a class="el" href="class_offset_center_of_mass_shape.html#a92a8fbf01df9c36b9176c18889b92f58">OffsetCenterOfMassShape</a>, <a class="el" href="class_plane_shape.html#a401cd22b9f6fbc2f79d565f4e8eb33ba">PlaneShape</a>, <a class="el" href="class_rotated_translated_shape.html#a551123649d86e6cef5a8499c4318aa6d">RotatedTranslatedShape</a>, <a class="el" href="class_scaled_shape.html#ae0c292389243763cf6abd92048200cf3">ScaledShape</a>, <a class="el" href="class_shape.html#a2b07e3d1b554ff77d18e86af7cd451b7">Shape</a>, <a class="el" href="class_soft_body_motion_properties.html#acfcc07bc8fe8e5a34767df2383eaf7ff">SoftBodyMotionProperties</a>, <a class="el" href="class_soft_body_shape.html#aa6126864f8ab7dc383063d46f9f89a4a">SoftBodyShape</a>, <a class="el" href="class_sphere_shape.html#a67684ecf3156eed16a5da749fcaad002">SphereShape</a>, <a class="el" href="class_tapered_capsule_shape.html#a7899c1aa1dbb08bd5b79c2b8d01711a0">TaperedCapsuleShape</a>, <a class="el" href="class_tapered_cylinder_shape.html#a59bf42adddb7139199282ee755299782">TaperedCylinderShape</a>, <a class="el" href="class_triangle_shape.html#ae85456e8f22b77ebef19e814221b9ec9">TriangleShape</a></li>
  617. <li>GetW()&#160;:&#160;<a class="el" href="class_quat.html#a13d0159a54a94e6a90dc5952f454b09e">Quat</a>, <a class="el" href="class_u_vec4.html#a8524d1d2a92eb5b564976d7d2a5f8a57">UVec4</a>, <a class="el" href="class_vec4.html#a3779a0a05de85b286afeb12f65d08090">Vec4</a></li>
  618. <li>GetWheel()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#a6d90f054b9fa121d8ec9b1e2f0dcba65">VehicleConstraint</a></li>
  619. <li>GetWheelBase()&#160;:&#160;<a class="el" href="class_motorcycle_controller.html#ab3fdaf44396f6325dccb7cc1e8aab6a7">MotorcycleController</a></li>
  620. <li>GetWheelLocalBasis()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#ad752f73785ddd88b0e4776101d914f38">VehicleConstraint</a></li>
  621. <li>GetWheelLocalTransform()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#a26fa80f7292448dd869df47c46a30adf">VehicleConstraint</a></li>
  622. <li>GetWheels()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#af2a24975a01de3cf22ab55ba2ac6ed74">VehicleConstraint</a></li>
  623. <li>GetWheelSpeedAtClutch()&#160;:&#160;<a class="el" href="class_wheeled_vehicle_controller.html#a0ef079b5815d391cedacbceb40105c6f">WheeledVehicleController</a></li>
  624. <li>GetWheelWorldTransform()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#ab4e43b201b7379b643820447daae173c">VehicleConstraint</a></li>
  625. <li>GetWorldSpaceBounds()&#160;:&#160;<a class="el" href="class_body.html#a2be34f0150bb5f520f21330ee6b7cb41">Body</a>, <a class="el" href="class_capsule_shape.html#ae745928604f1c1a87d3b6f60e4b25224">CapsuleShape</a>, <a class="el" href="class_compound_shape.html#a4c52ac0245dea72dd6fc63c7f6f2ef4b">CompoundShape</a>, <a class="el" href="class_offset_center_of_mass_shape.html#aa7cf35aee4a9d6b6e1afaf4e0a67a457">OffsetCenterOfMassShape</a>, <a class="el" href="class_ragdoll.html#a8ab1cc3715aafa05d4b04647c54282a3">Ragdoll</a>, <a class="el" href="class_rotated_translated_shape.html#af35a0921b0454466b5a24882acba7ddb">RotatedTranslatedShape</a>, <a class="el" href="class_scaled_shape.html#a1873be9425e42d2af4aece1ddd24cf35">ScaledShape</a>, <a class="el" href="class_shape.html#a9f8379fa338802436700b86a07fab3be">Shape</a>, <a class="el" href="class_sphere_shape.html#a637eb08a63c6bd5e8cc57c0f7e5c08a7">SphereShape</a>, <a class="el" href="class_tapered_capsule_shape.html#a1372f0cdbfcc07e4946972a7aa275ea1">TaperedCapsuleShape</a>, <a class="el" href="class_transformed_shape.html#a33b12d09ebaf2071dd49a3873978ac0a">TransformedShape</a>, <a class="el" href="class_triangle_shape.html#aa28d229f86caa87f195cf1bf9b0529f2">TriangleShape</a></li>
  626. <li>GetWorldSpaceContactPointOn1()&#160;:&#160;<a class="el" href="class_contact_manifold.html#a1112cfe6df7934c56e585d5985d2870a">ContactManifold</a></li>
  627. <li>GetWorldSpaceContactPointOn2()&#160;:&#160;<a class="el" href="class_contact_manifold.html#a28d3d860f9bb992c0c581b7a68df6681">ContactManifold</a></li>
  628. <li>GetWorldSpaceSurfaceNormal()&#160;:&#160;<a class="el" href="class_body.html#a12422310c7aa9ec72e2376d08fbee6b5">Body</a>, <a class="el" href="class_transformed_shape.html#a38fdd1585da3137083b8ee9f9bdcdd98">TransformedShape</a></li>
  629. <li>GetWorldTransform()&#160;:&#160;<a class="el" href="class_body.html#a4bab5d07f84d5a9d38119a1923298b5c">Body</a>, <a class="el" href="class_body_interface.html#a8409d75ef7758e7c61675be89629cb6c">BodyInterface</a>, <a class="el" href="class_character.html#a860a13343fac533562e20f01a0b5ca2d">Character</a>, <a class="el" href="class_character_virtual.html#a36a2e0c44e55954fbc62aed4e030ab01">CharacterVirtual</a>, <a class="el" href="class_transformed_shape.html#af233e9488d9738108c192ab850758cd9">TransformedShape</a></li>
  630. <li>GetWorldUp()&#160;:&#160;<a class="el" href="class_vehicle_constraint.html#a6f86aee9e1cde819a5cbe56fa0a6aa4e">VehicleConstraint</a></li>
  631. <li>GetX()&#160;:&#160;<a class="el" href="class_d_vec3.html#afb533f92f55c1e9dc3e7eece73e87dda">DVec3</a>, <a class="el" href="class_quat.html#a3fb43a7bca4b20ce7573030fd826aa96">Quat</a>, <a class="el" href="class_u_vec4.html#ab2f2894975c86cd37303d8454aa37fcf">UVec4</a>, <a class="el" href="class_vec3.html#a284e29f161ae7709a934f402bd2a848c">Vec3</a>, <a class="el" href="class_vec4.html#aad89aa3a9c4215f45c0dbe1fb65830c3">Vec4</a></li>
  632. <li>GetXYZ()&#160;:&#160;<a class="el" href="class_quat.html#afa7fe10bf8a457fb2d524791ccd79ec4">Quat</a></li>
  633. <li>GetXYZW()&#160;:&#160;<a class="el" href="class_quat.html#a7800c0c4cb017273d86793d8a09bf136">Quat</a></li>
  634. <li>GetY()&#160;:&#160;<a class="el" href="class_d_vec3.html#ad5aa83813d9db92bd0f04610ff6da1d4">DVec3</a>, <a class="el" href="class_quat.html#a21f44684684b475d9f5d02ed9c580def">Quat</a>, <a class="el" href="class_u_vec4.html#a33a55cd5fde9b7bfdbb408faafc1f11b">UVec4</a>, <a class="el" href="class_vec3.html#aac08ebd63b9ab4fa089a5ed3224a8679">Vec3</a>, <a class="el" href="class_vec4.html#aee5a8598cce851f687263d9b3a163989">Vec4</a></li>
  635. <li>GetZ()&#160;:&#160;<a class="el" href="class_d_vec3.html#a829a6fd58f3d3bd2da8f4f56f09df728">DVec3</a>, <a class="el" href="class_quat.html#a38dfc20f7628eee4492125a41ad91764">Quat</a>, <a class="el" href="class_u_vec4.html#a0eeba4ed35bd749af316be5bc0949a0a">UVec4</a>, <a class="el" href="class_vec3.html#aeca36d050a7c2b41d3ac0438874d8c60">Vec3</a>, <a class="el" href="class_vec4.html#ae5f0ef8f9fd4deb1359806fac122f309">Vec4</a></li>
  636. <li>GroupFilter()&#160;:&#160;<a class="el" href="class_group_filter.html#a1e61d21b9d4e04f92efc5a423aa5836b">GroupFilter</a></li>
  637. <li>GroupFilterTable()&#160;:&#160;<a class="el" href="class_group_filter_table.html#ace82879585ebeb7f322700733349fa37">GroupFilterTable</a></li>
  638. </ul>
  639. </div><!-- contents -->
  640. </div><!-- doc-content -->
  641. <!-- start footer part -->
  642. <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  643. <ul>
  644. <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>
  645. </ul>
  646. </div>
  647. </body>
  648. </html>