2020-08-26 22:28:38 +03:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2022-09-08 03:17:03 +03:00
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en-US" >
2020-08-26 22:28:38 +03:00
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
2021-10-25 22:34:27 +03:00
< meta http-equiv = "X-UA-Compatible" content = "IE=11" / >
2023-01-21 00:44:50 +03:00
< meta name = "generator" content = "Doxygen 1.9.6" / >
2020-08-26 22:28:38 +03:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > Algorithms_in_C: geometry/quaternions.c File Reference< / title >
< link href = "../../tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "../../jquery.js" > < / script >
< script type = "text/javascript" src = "../../dynsections.js" > < / script >
< link href = "../../navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "../../resize.js" > < / script >
< script type = "text/javascript" src = "../../navtreedata.js" > < / script >
< script type = "text/javascript" src = "../../navtree.js" > < / script >
< link href = "../../search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "../../search/searchdata.js" > < / script >
< script type = "text/javascript" src = "../../search/search.js" > < / script >
< script type = "text/x-mathjax-config" >
2021-10-25 22:34:27 +03:00
MathJax.Hub.Config({
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
jax: ["input/TeX","output/HTML-CSS"],
2020-08-26 22:28:38 +03:00
});
< / script >
< script type = "text/javascript" async = "async" src = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML/MathJax.js" > < / script >
< link href = "../../doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
2022-01-14 23:11:27 +03:00
< tr id = "projectrow" >
< td id = "projectalign" >
2021-10-25 22:34:27 +03:00
< div id = "projectname" > Algorithms_in_C< span id = "projectnumber" >   1.0.0< / span >
2020-08-26 22:28:38 +03:00
< / div >
< div id = "projectbrief" > Set of algorithms implemented in C.< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2023-01-21 00:44:50 +03:00
<!-- Generated by Doxygen 1.9.6 -->
2020-08-26 22:28:38 +03:00
< script type = "text/javascript" >
2021-10-25 22:34:27 +03:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2022-09-08 03:17:03 +03:00
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
2020-08-26 22:28:38 +03:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "../../menudata.js" > < / script >
< script type = "text/javascript" src = "../../menu.js" > < / script >
< script type = "text/javascript" >
2021-10-25 22:34:27 +03:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2020-08-26 22:28:38 +03:00
$(function() {
initMenu('../../',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2021-10-25 22:34:27 +03:00
/* @license-end */
< / script >
2020-08-26 22:28:38 +03:00
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
2021-10-25 22:34:27 +03:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2020-08-26 22:28:38 +03:00
$(document).ready(function(){initNavTree('df/d98/quaternions_8c.html','../../'); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
2022-09-08 03:17:03 +03:00
< div id = "MSearchResults" >
< div class = "SRPage" >
< div id = "SRIndex" >
< div id = "SRResults" > < / div >
< div class = "SRStatus" id = "Loading" > Loading...< / div >
< div class = "SRStatus" id = "Searching" > Searching...< / div >
< div class = "SRStatus" id = "NoMatches" > No Matches< / div >
< / div >
< / div >
< / div >
2020-08-26 22:28:38 +03:00
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#func-members" > Functions< / a > < / div >
2021-10-25 22:34:27 +03:00
< div class = "headertitle" > < div class = "title" > quaternions.c File Reference< / div > < / div >
2020-08-26 22:28:38 +03:00
< / div > <!-- header -->
< div class = "contents" >
< p > Functions related to 3D quaternions and Euler angles.
< a href = "#details" > More...< / a > < / p >
< div class = "textblock" > < code > #include < stdio.h> < / code > < br / >
< code > #include < math.h> < / code > < br / >
< code > #include < assert.h> < / code > < br / >
< code > #include " < a class = "el" href = "../../d0/dc7/geometry__datatypes_8h_source.html" > geometry_datatypes.h< / a > " < / code > < br / >
< / div > < div class = "textblock" > < div class = "dynheader" >
Include dependency graph for quaternions.c:< / div >
< div class = "dyncontent" >
2023-04-27 22:43:13 +03:00
< div class = "center" > < iframe scrolling = "no" frameborder = "0" src = "../../d4/d8a/quaternions_8c__incl.svg" width = "424" height = "111" > < p > < b > This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.< / b > < / p > < / iframe >
2020-08-26 22:28:38 +03:00
< / div >
< / div >
< / div > < table class = "memberdecls" >
2021-10-25 22:34:27 +03:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "func-members" name = "func-members" > < / a >
2020-08-26 22:28:38 +03:00
Functions< / h2 > < / td > < / tr >
< tr class = "memitem:ga4779f448daaf806ce5e750c13b3e0965" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "../../dc/d9a/group__quats.html#gaacd70a16b61dd47a19eb5fb729c2669b" > quaternion< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "../../dc/d9a/group__quats.html#ga4779f448daaf806ce5e750c13b3e0965" > quat_from_euler< / a > (const < a class = "el" href = "../../dc/d9a/group__quats.html#ga8cc5e5b7a5fa492423ecf034c8bb52bd" > euler< / a > *in_euler)< / td > < / tr >
2023-01-21 00:44:50 +03:00
< tr class = "memdesc:ga4779f448daaf806ce5e750c13b3e0965" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Function to convert given Euler angles to a quaternion. < br / > < / td > < / tr >
2020-08-26 22:28:38 +03:00
< tr class = "separator:ga4779f448daaf806ce5e750c13b3e0965" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga1afd165100e9b02b86e3bd11b50f3b06" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "../../dc/d9a/group__quats.html#ga8cc5e5b7a5fa492423ecf034c8bb52bd" > euler< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "../../dc/d9a/group__quats.html#ga1afd165100e9b02b86e3bd11b50f3b06" > euler_from_quat< / a > (const < a class = "el" href = "../../dc/d9a/group__quats.html#gaacd70a16b61dd47a19eb5fb729c2669b" > quaternion< / a > *in_quat)< / td > < / tr >
2023-01-21 00:44:50 +03:00
< tr class = "memdesc:ga1afd165100e9b02b86e3bd11b50f3b06" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Function to convert given quaternion to Euler angles. < br / > < / td > < / tr >
2020-08-26 22:28:38 +03:00
< tr class = "separator:ga1afd165100e9b02b86e3bd11b50f3b06" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gaf5ad0f9c4f0facc5a9c3735a178156b1" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "../../dc/d9a/group__quats.html#gaacd70a16b61dd47a19eb5fb729c2669b" > quaternion< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "../../dc/d9a/group__quats.html#gaf5ad0f9c4f0facc5a9c3735a178156b1" > quaternion_multiply< / a > (const < a class = "el" href = "../../dc/d9a/group__quats.html#gaacd70a16b61dd47a19eb5fb729c2669b" > quaternion< / a > *in_quat1, const < a class = "el" href = "../../dc/d9a/group__quats.html#gaacd70a16b61dd47a19eb5fb729c2669b" > quaternion< / a > *in_quat2)< / td > < / tr >
2023-01-21 00:44:50 +03:00
< tr class = "memdesc:gaf5ad0f9c4f0facc5a9c3735a178156b1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Function to multiply two quaternions. < br / > < / td > < / tr >
2020-08-26 22:28:38 +03:00
< tr class = "separator:gaf5ad0f9c4f0facc5a9c3735a178156b1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-10-25 22:34:27 +03:00
< tr class = "memitem:aa8dca7b867074164d5f45b0f3851269d" > < td class = "memItemLeft" align = "right" valign = "top" > static void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "../../df/d98/quaternions_8c.html#aa8dca7b867074164d5f45b0f3851269d" > test< / a > ()< / td > < / tr >
2020-08-26 22:28:38 +03:00
< tr class = "separator:aa8dca7b867074164d5f45b0f3851269d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-10-25 22:34:27 +03:00
< tr class = "memitem:ae66f6b31b5ad750f1fe042a706a4e3d4" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "../../df/d98/quaternions_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4" > main< / a > ()< / td > < / tr >
2020-08-26 22:28:38 +03:00
< tr class = "separator:ae66f6b31b5ad750f1fe042a706a4e3d4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2023-01-21 00:44:50 +03:00
< div class = "textblock" > < p > Functions related to 3D quaternions and Euler angles. < / p >
2020-08-26 22:28:38 +03:00
< dl class = "section author" > < dt > Author< / dt > < dd > Krishna Vedala < / dd > < / dl >
2021-10-25 22:34:27 +03:00
< / div > < h2 class = "groupheader" > Function Documentation< / h2 >
< a id = "ae66f6b31b5ad750f1fe042a706a4e3d4" name = "ae66f6b31b5ad750f1fe042a706a4e3d4" > < / a >
2022-09-08 03:17:03 +03:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae66f6b31b5ad750f1fe042a706a4e3d4" > ◆   < / a > < / span > main()< / h2 >
2021-10-25 22:34:27 +03:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > int main < / td >
< td > (< / td >
< td class = "paramtype" > void  < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-01-14 23:11:27 +03:00
< div class = "fragment" > < div class = "line" > < span class = "lineno" > 170< / span > {< / div >
< div class = "line" > < span class = "lineno" > 171< / span > < a class = "code hl_function" href = "../../d8/d30/decimal__to__binary__recursion_8c.html#aa8dca7b867074164d5f45b0f3851269d" > test< / a > ();< / div >
< div class = "line" > < span class = "lineno" > 172< / span > < span class = "keywordflow" > return< / span > 0;< / div >
< div class = "line" > < span class = "lineno" > 173< / span > }< / div >
2021-10-25 22:34:27 +03:00
< div class = "ttc" id = "adecimal__to__binary__recursion_8c_html_aa8dca7b867074164d5f45b0f3851269d" > < div class = "ttname" > < a href = "../../d8/d30/decimal__to__binary__recursion_8c.html#aa8dca7b867074164d5f45b0f3851269d" > test< / a > < / div > < div class = "ttdeci" > void test()< / div > < div class = "ttdoc" > Test function.< / div > < div class = "ttdef" > < b > Definition:< / b > decimal_to_binary_recursion.c:20< / div > < / div >
< / div > <!-- fragment -->
< / div >
< / div >
< a id = "aa8dca7b867074164d5f45b0f3851269d" name = "aa8dca7b867074164d5f45b0f3851269d" > < / a >
2022-09-08 03:17:03 +03:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa8dca7b867074164d5f45b0f3851269d" > ◆   < / a > < / span > test()< / h2 >
2021-10-25 22:34:27 +03:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > static void test < / td >
< td > (< / td >
< td class = "paramtype" > void  < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-01-14 23:11:27 +03:00
< div class = "fragment" > < div class = "line" > < span class = "lineno" > 154< / span > {< / div >
< div class = "line" > < span class = "lineno" > 155< / span > < a class = "code hl_struct" href = "../../de/d58/structquaternion__.html" > quaternion< / a > quat = {0.7071f, 0.7071f, 0.f, 0.f};< / div >
< div class = "line" > < span class = "lineno" > 156< / span > < a class = "code hl_struct" href = "../../d2/de8/structeuler__.html" > euler< / a > eul = < a class = "code hl_function" href = "../../dc/d9a/group__quats.html#ga1afd165100e9b02b86e3bd11b50f3b06" > euler_from_quat< / a > (& quat);< / div >
< div class = "line" > < span class = "lineno" > 157< / span > printf(< span class = "stringliteral" > " Euler: %.4g, %.4g, %.4g\n" < / span > , eul.< a class = "code hl_variable" href = "../../d2/de8/structeuler__.html#aa71f9aa6dfa32d8014b2d54ab8410e0b" > pitch< / a > , eul.< a class = "code hl_variable" href = "../../d2/de8/structeuler__.html#a3f1b77e489be443a8d84a84082b8092e" > roll< / a > , eul.< a class = "code hl_variable" href = "../../d2/de8/structeuler__.html#aad52507cc423ec49847471f6f15dd9d7" > yaw< / a > );< / div >
< div class = "line" > < span class = "lineno" > 158< / span > < / div >
< div class = "line" > < span class = "lineno" > 159< / span > < a class = "code hl_struct" href = "../../de/d58/structquaternion__.html" > quaternion< / a > test_quat = < a class = "code hl_function" href = "../../dc/d9a/group__quats.html#ga4779f448daaf806ce5e750c13b3e0965" > quat_from_euler< / a > (& eul);< / div >
< div class = "line" > < span class = "lineno" > 160< / span > printf(< span class = "stringliteral" > " Quaternion: %.4g %+.4g %+.4g %+.4g\n" < / span > , test_quat.< a class = "code hl_variable" href = "../../de/d58/structquaternion__.html#a835e2ba72517fbb29d0d4e3cb4c2914f" > w< / a > ,< / div >
< div class = "line" > < span class = "lineno" > 161< / span > test_quat.< a class = "code hl_variable" href = "../../de/d58/structquaternion__.html#a596abbab688731119c1f23b26a7ac17a" > dual< / a > .< a class = "code hl_variable" href = "../../d5/db4/structvec__3d__.html#a53462a5a195c9e16fb584f73fd66c3d0" > x< / a > , test_quat.< a class = "code hl_variable" href = "../../de/d58/structquaternion__.html#a596abbab688731119c1f23b26a7ac17a" > dual< / a > .< a class = "code hl_variable" href = "../../d5/db4/structvec__3d__.html#a76098d39a382838df3b4b48c3443413b" > y< / a > , test_quat.< a class = "code hl_variable" href = "../../de/d58/structquaternion__.html#a596abbab688731119c1f23b26a7ac17a" > dual< / a > .< a class = "code hl_variable" href = "../../d5/db4/structvec__3d__.html#a3339a40de7385fa55bee30be81c098c6" > z< / a > );< / div >
< div class = "line" > < span class = "lineno" > 162< / span > < / div >
< div class = "line" > < span class = "lineno" > 163< / span > assert(fabsf(test_quat.< a class = "code hl_variable" href = "../../de/d58/structquaternion__.html#a835e2ba72517fbb29d0d4e3cb4c2914f" > w< / a > - quat.< a class = "code hl_variable" href = "../../de/d58/structquaternion__.html#a835e2ba72517fbb29d0d4e3cb4c2914f" > w< / a > ) < .01);< / div >
< div class = "line" > < span class = "lineno" > 164< / span > assert(fabsf(test_quat.q1 - quat.q1) < .01);< / div >
< div class = "line" > < span class = "lineno" > 165< / span > assert(fabsf(test_quat.q2 - quat.q2) < .01);< / div >
< div class = "line" > < span class = "lineno" > 166< / span > assert(fabsf(test_quat.q3 - quat.q3) < .01);< / div >
< div class = "line" > < span class = "lineno" > 167< / span > }< / div >
2021-10-25 22:34:27 +03:00
< div class = "ttc" id = "agroup__quats_html_ga1afd165100e9b02b86e3bd11b50f3b06" > < div class = "ttname" > < a href = "../../dc/d9a/group__quats.html#ga1afd165100e9b02b86e3bd11b50f3b06" > euler_from_quat< / a > < / div > < div class = "ttdeci" > euler euler_from_quat(const quaternion *in_quat)< / div > < div class = "ttdoc" > Function to convert given quaternion to Euler angles.< / div > < div class = "ttdef" > < b > Definition:< / b > quaternions.c:88< / div > < / div >
< div class = "ttc" id = "agroup__quats_html_ga4779f448daaf806ce5e750c13b3e0965" > < div class = "ttname" > < a href = "../../dc/d9a/group__quats.html#ga4779f448daaf806ce5e750c13b3e0965" > quat_from_euler< / a > < / div > < div class = "ttdeci" > quaternion quat_from_euler(const euler *in_euler)< / div > < div class = "ttdoc" > Function to convert given Euler angles to a quaternion.< / div > < div class = "ttdef" > < b > Definition:< / b > quaternions.c:47< / div > < / div >
< div class = "ttc" id = "astructeuler___html" > < div class = "ttname" > < a href = "../../d2/de8/structeuler__.html" > euler_< / a > < / div > < div class = "ttdoc" > 3D Euler or Tait-Bryan angles (in radian)< / div > < div class = "ttdef" > < b > Definition:< / b > geometry_datatypes.h:81< / div > < / div >
< div class = "ttc" id = "astructeuler___html_a3f1b77e489be443a8d84a84082b8092e" > < div class = "ttname" > < a href = "../../d2/de8/structeuler__.html#a3f1b77e489be443a8d84a84082b8092e" > euler_::roll< / a > < / div > < div class = "ttdeci" > float roll< / div > < div class = "ttdoc" > or bank = rotation about X axis< / div > < div class = "ttdef" > < b > Definition:< / b > geometry_datatypes.h:84< / div > < / div >
< div class = "ttc" id = "astructeuler___html_aa71f9aa6dfa32d8014b2d54ab8410e0b" > < div class = "ttname" > < a href = "../../d2/de8/structeuler__.html#aa71f9aa6dfa32d8014b2d54ab8410e0b" > euler_::pitch< / a > < / div > < div class = "ttdeci" > float pitch< / div > < div class = "ttdoc" > or elevation = rotation about Y axis< / div > < div class = "ttdef" > < b > Definition:< / b > geometry_datatypes.h:89< / div > < / div >
< div class = "ttc" id = "astructeuler___html_aad52507cc423ec49847471f6f15dd9d7" > < div class = "ttname" > < a href = "../../d2/de8/structeuler__.html#aad52507cc423ec49847471f6f15dd9d7" > euler_::yaw< / a > < / div > < div class = "ttdeci" > float yaw< / div > < div class = "ttdoc" > or heading = rotation about Z axis< / div > < div class = "ttdef" > < b > Definition:< / b > geometry_datatypes.h:94< / div > < / div >
< div class = "ttc" id = "astructquaternion___html" > < div class = "ttname" > < a href = "../../de/d58/structquaternion__.html" > quaternion_< / a > < / div > < div class = "ttdoc" > a Quaternion type represented using a scalar or and a 3D vector< / div > < div class = "ttdef" > < b > Definition:< / b > geometry_datatypes.h:61< / div > < / div >
< div class = "ttc" id = "astructquaternion___html_a596abbab688731119c1f23b26a7ac17a" > < div class = "ttname" > < a href = "../../de/d58/structquaternion__.html#a596abbab688731119c1f23b26a7ac17a" > quaternion_::dual< / a > < / div > < div class = "ttdeci" > vec_3d dual< / div > < div class = "ttdoc" > can be a 3D vector< / div > < div class = "ttdef" > < b > Definition:< / b > geometry_datatypes.h:70< / div > < / div >
< div class = "ttc" id = "astructquaternion___html_a835e2ba72517fbb29d0d4e3cb4c2914f" > < div class = "ttname" > < a href = "../../de/d58/structquaternion__.html#a835e2ba72517fbb29d0d4e3cb4c2914f" > quaternion_::w< / a > < / div > < div class = "ttdeci" > float w< / div > < div class = "ttdoc" > real part of quaternion< / div > < div class = "ttdef" > < b > Definition:< / b > geometry_datatypes.h:64< / div > < / div >
< div class = "ttc" id = "astructvec__3d___html_a3339a40de7385fa55bee30be81c098c6" > < div class = "ttname" > < a href = "../../d5/db4/structvec__3d__.html#a3339a40de7385fa55bee30be81c098c6" > vec_3d_::z< / a > < / div > < div class = "ttdeci" > float z< / div > < div class = "ttdoc" > Z co-ordinate.< / div > < div class = "ttdef" > < b > Definition:< / b > geometry_datatypes.h:25< / div > < / div >
< div class = "ttc" id = "astructvec__3d___html_a53462a5a195c9e16fb584f73fd66c3d0" > < div class = "ttname" > < a href = "../../d5/db4/structvec__3d__.html#a53462a5a195c9e16fb584f73fd66c3d0" > vec_3d_::x< / a > < / div > < div class = "ttdeci" > float x< / div > < div class = "ttdoc" > X co-ordinate.< / div > < div class = "ttdef" > < b > Definition:< / b > geometry_datatypes.h:23< / div > < / div >
< div class = "ttc" id = "astructvec__3d___html_a76098d39a382838df3b4b48c3443413b" > < div class = "ttname" > < a href = "../../d5/db4/structvec__3d__.html#a76098d39a382838df3b4b48c3443413b" > vec_3d_::y< / a > < / div > < div class = "ttdeci" > float y< / div > < div class = "ttdoc" > Y co-ordinate.< / div > < div class = "ttdef" > < b > Definition:< / b > geometry_datatypes.h:24< / div > < / div >
< / div > <!-- fragment -->
< / div >
< / div >
< / div > <!-- contents -->
2020-08-26 22:28:38 +03:00
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "../../dir_e3380d2178455503f266746fb14246a5.html" > geometry< / a > < / li > < li class = "navelem" > < a class = "el" href = "../../df/d98/quaternions_8c.html" > quaternions.c< / a > < / li >
2023-01-21 00:44:50 +03:00
< 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.9.6 < / li >
2020-08-26 22:28:38 +03:00
< / ul >
< / div >
< / body >
< / html >