2023-03-27 10:16:23 -07:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen 1.8.17" / >
2023-04-23 12:52:57 -07:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: zAxis Class 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/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classpFlow_1_1zAxis.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" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
2025-01-10 13:02:07 +03:30
< a href = "#pri-types" > Private Types< / a > |
2023-03-27 10:16:23 -07:00
< a href = "#pri-methods" > Private Member Functions< / a > |
2025-01-10 13:02:07 +03:30
< a href = "#pri-attribs" > Private Attributes< / a > |
2023-03-27 10:16:23 -07:00
< a href = "classpFlow_1_1zAxis-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > zAxis Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Collaboration diagram for zAxis:< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1zAxis__coll__graph.png" border = "0" usemap = "#zAxis_coll__map" alt = "Collaboration graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:ad9f45f6f20e4ef66cc141d8962b3a301" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1zAxis.html#ad9f45f6f20e4ef66cc141d8962b3a301" > zAxis< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & lp1, const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & lp2)< / td > < / tr >
< tr class = "separator:ad9f45f6f20e4ef66cc141d8962b3a301" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac59dfa875678efb3e33dedf83ffb91e0" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1zAxis.html#ac59dfa875678efb3e33dedf83ffb91e0" > length< / a > () const< / td > < / tr >
< tr class = "separator:ac59dfa875678efb3e33dedf83ffb91e0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:af6e65a3362f7cae7ca2f8c7e6425d682" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1zAxis.html#af6e65a3362f7cae7ca2f8c7e6425d682" > transferToZ< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p) const< / td > < / tr >
< tr class = "separator:af6e65a3362f7cae7ca2f8c7e6425d682" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a53e41fa0fcfee8c3b92c230a76fdd498" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1zAxis.html#a53e41fa0fcfee8c3b92c230a76fdd498" > transferBackZ< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p) const< / td > < / tr >
< tr class = "separator:a53e41fa0fcfee8c3b92c230a76fdd498" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-types" > < / a >
Private Types< / h2 > < / td > < / tr >
< tr class = "memitem:a3ac330fffee9b765a55e171f8316988f" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1zAxis.html#a3ac330fffee9b765a55e171f8316988f" > ArrayType< / a > = < a class = "el" href = "structpFlow_1_1array2D.html" > array2D< / a > < < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > , 3uL, 3uL > < / td > < / tr >
< tr class = "separator:a3ac330fffee9b765a55e171f8316988f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-methods" > < / a >
Private Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a9864d76553754290cf52eeae03a1c491" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1zAxis.html#a9864d76553754290cf52eeae03a1c491" > makeTransMatrix< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & v)< / td > < / tr >
< tr class = "separator:a9864d76553754290cf52eeae03a1c491" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-attribs" > < / a >
Private Attributes< / h2 > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a3dbbeee301e1c6cf679b8f2bbbb9ba81" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1zAxis.html#a3dbbeee301e1c6cf679b8f2bbbb9ba81" > p1_< / a > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a3dbbeee301e1c6cf679b8f2bbbb9ba81" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > the origin of the transformed coord < a href = "classpFlow_1_1zAxis.html#a3dbbeee301e1c6cf679b8f2bbbb9ba81" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a3dbbeee301e1c6cf679b8f2bbbb9ba81" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0c834510e42988cef9d46bac7d78c307" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1zAxis.html#a0c834510e42988cef9d46bac7d78c307" > p2_< / a > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a0c834510e42988cef9d46bac7d78c307" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > the direction vector of rotated coordinates < a href = "classpFlow_1_1zAxis.html#a0c834510e42988cef9d46bac7d78c307" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a0c834510e42988cef9d46bac7d78c307" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a00c15ad8910499774cad91d55a29a519" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1zAxis.html#a3ac330fffee9b765a55e171f8316988f" > ArrayType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1zAxis.html#a00c15ad8910499774cad91d55a29a519" > rotMat_< / a > < / td > < / tr >
< tr class = "memdesc:a00c15ad8910499774cad91d55a29a519" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > transformation matrix to rotate original coordinates to rotated coordinates < br / >
< a href = "classpFlow_1_1zAxis.html#a00c15ad8910499774cad91d55a29a519" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a00c15ad8910499774cad91d55a29a519" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae1afe1d007de83b545eb3b4e2ad8f4cd" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1zAxis.html#a3ac330fffee9b765a55e171f8316988f" > ArrayType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1zAxis.html#ae1afe1d007de83b545eb3b4e2ad8f4cd" > invRotMat_< / a > < / td > < / tr >
< tr class = "memdesc:ae1afe1d007de83b545eb3b4e2ad8f4cd" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > rotation matrix to rotate back from rotated coordinates to the original axis < a href = "classpFlow_1_1zAxis.html#ae1afe1d007de83b545eb3b4e2ad8f4cd" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ae1afe1d007de83b545eb3b4e2ad8f4cd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "zAxis_8hpp_source.html#l00038" > 38< / a > of file < a class = "el" href = "zAxis_8hpp_source.html" > zAxis.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "a3ac330fffee9b765a55e171f8316988f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3ac330fffee9b765a55e171f8316988f" > ◆ < / a > < / span > ArrayType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1zAxis.html#a3ac330fffee9b765a55e171f8316988f" > ArrayType< / a > = < a class = "el" href = "structpFlow_1_1array2D.html" > array2D< / a > < < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > ,3uL,3uL> < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "zAxis_8hpp_source.html#l00043" > 43< / a > of file < a class = "el" href = "zAxis_8hpp_source.html" > zAxis.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2023-03-27 10:16:23 -07:00
< a id = "ad9f45f6f20e4ef66cc141d8962b3a301" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad9f45f6f20e4ef66cc141d8962b3a301" > ◆ < / a > < / span > zAxis()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1zAxis.html" > zAxis< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > lp1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > lp2< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "zAxis_8cpp_source.html#l00025" > 25< / a > of file < a class = "el" href = "zAxis_8cpp_source.html" > zAxis.cpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , < a class = "el" href = "box_8hpp_source.html#l00135" > pFlow::equal()< / a > , < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , < a class = "el" href = "error_8hpp_source.html#l00098" > fatalExit< / a > , and < a class = "el" href = "zAxis_8cpp_source.html#l00061" > zAxis::makeTransMatrix()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1zAxis_ad9f45f6f20e4ef66cc141d8962b3a301_cgraph.png" border = "0" usemap = "#classpFlow_1_1zAxis_ad9f45f6f20e4ef66cc141d8962b3a301_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a9864d76553754290cf52eeae03a1c491" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9864d76553754290cf52eeae03a1c491" > ◆ < / a > < / span > makeTransMatrix()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > void makeTransMatrix < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > v< / em > < / td > < td > )< / td >
< td > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "zAxis_8cpp_source.html#l00061" > 61< / a > of file < a class = "el" href = "zAxis_8cpp_source.html" > zAxis.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "VectorMath_8hpp_source.html#l00084" > pFlow::abs()< / a > , < a class = "el" href = "tripleFwd_8hpp.html#a7a724b824f9e21a646a965a99fff4b04" > cross()< / a > , < a class = "el" href = "quadrupleFwd_8hpp.html#a6b8bdd44e6ac0d39b65ebd0eef5d4600" > dot()< / a > , < a class = "el" href = "tripleFwd_8hpp.html#aac73338fc91e70834f04d7c806628ac5" > normalize()< / a > , < a class = "el" href = "numericConstants_8hpp_source.html#l00031" > pFlow::smallValue< / a > , and < a class = "el" href = "array2D_8hpp_source.html#l00150" > pFlow::transpose()< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "zAxis_8cpp_source.html#l00025" > zAxis::zAxis()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1zAxis_a9864d76553754290cf52eeae03a1c491_cgraph.png" border = "0" usemap = "#classpFlow_1_1zAxis_a9864d76553754290cf52eeae03a1c491_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1zAxis_a9864d76553754290cf52eeae03a1c491_icgraph.png" border = "0" usemap = "#classpFlow_1_1zAxis_a9864d76553754290cf52eeae03a1c491_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ac59dfa875678efb3e33dedf83ffb91e0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac59dfa875678efb3e33dedf83ffb91e0" > ◆ < / a > < / span > length()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
2025-01-10 13:02:07 +03:30
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2023-03-27 10:16:23 -07:00
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > length < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "zAxis_8hpp_source.html#l00066" > 66< / a > of file < a class = "el" href = "zAxis_8hpp_source.html" > zAxis.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "tripleFwd_8hpp.html#ae1449f1d56abab2ec4d0f00b685fc478" > length()< / a > , < a class = "el" href = "zAxis_8hpp_source.html#l00046" > zAxis::p1_< / a > , and < a class = "el" href = "zAxis_8hpp_source.html#l00049" > zAxis::p2_< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "cylinderWall_8cpp_source.html#l00039" > cylinderWall::createCylinder()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1zAxis_ac59dfa875678efb3e33dedf83ffb91e0_cgraph.png" border = "0" usemap = "#classpFlow_1_1zAxis_ac59dfa875678efb3e33dedf83ffb91e0_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1zAxis_ac59dfa875678efb3e33dedf83ffb91e0_icgraph.png" border = "0" usemap = "#classpFlow_1_1zAxis_ac59dfa875678efb3e33dedf83ffb91e0_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "af6e65a3362f7cae7ca2f8c7e6425d682" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af6e65a3362f7cae7ca2f8c7e6425d682" > ◆ < / a > < / span > transferToZ()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > pFlow::realx3< / a > transferToZ < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > p< / em > < / td > < td > )< / td >
2025-01-10 13:02:07 +03:30
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "zAxis_8cpp_source.html#l00039" > 39< / a > of file < a class = "el" href = "zAxis_8cpp_source.html" > zAxis.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "array2D_8hpp_source.html#l00126" > pFlow::MatMul()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1zAxis_af6e65a3362f7cae7ca2f8c7e6425d682_cgraph.png" border = "0" usemap = "#classpFlow_1_1zAxis_af6e65a3362f7cae7ca2f8c7e6425d682_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a53e41fa0fcfee8c3b92c230a76fdd498" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a53e41fa0fcfee8c3b92c230a76fdd498" > ◆ < / a > < / span > transferBackZ()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > pFlow::realx3< / a > transferBackZ < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > p< / em > < / td > < td > )< / td >
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "zAxis_8cpp_source.html#l00050" > 50< / a > of file < a class = "el" href = "zAxis_8cpp_source.html" > zAxis.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "array2D_8hpp_source.html#l00126" > pFlow::MatMul()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00132" > triple< T > ::x()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00144" > triple< T > ::y()< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00156" > triple< T > ::z()< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "cylinder_8cpp_source.html#l00027" > cylinder::calculateParams()< / a > , and < a class = "el" href = "cylinderWall_8cpp_source.html#l00039" > cylinderWall::createCylinder()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1zAxis_a53e41fa0fcfee8c3b92c230a76fdd498_cgraph.png" border = "0" usemap = "#classpFlow_1_1zAxis_a53e41fa0fcfee8c3b92c230a76fdd498_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1zAxis_a53e41fa0fcfee8c3b92c230a76fdd498_icgraph.png" border = "0" usemap = "#classpFlow_1_1zAxis_a53e41fa0fcfee8c3b92c230a76fdd498_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a3dbbeee301e1c6cf679b8f2bbbb9ba81" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3dbbeee301e1c6cf679b8f2bbbb9ba81" > ◆ < / a > < / span > p1_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > p1_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > the origin of the transformed coord < / p >
< p class = "definition" > Definition at line < a class = "el" href = "zAxis_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "zAxis_8hpp_source.html" > zAxis.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "zAxis_8hpp_source.html#l00066" > zAxis::length()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a0c834510e42988cef9d46bac7d78c307" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0c834510e42988cef9d46bac7d78c307" > ◆ < / a > < / span > p2_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > p2_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > the direction vector of rotated coordinates < / p >
< p class = "definition" > Definition at line < a class = "el" href = "zAxis_8hpp_source.html#l00049" > 49< / a > of file < a class = "el" href = "zAxis_8hpp_source.html" > zAxis.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "zAxis_8hpp_source.html#l00066" > zAxis::length()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a00c15ad8910499774cad91d55a29a519" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a00c15ad8910499774cad91d55a29a519" > ◆ < / a > < / span > rotMat_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "classpFlow_1_1zAxis.html#a3ac330fffee9b765a55e171f8316988f" > ArrayType< / a > rotMat_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > transformation matrix to rotate original coordinates to rotated coordinates < br / >
< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "zAxis_8hpp_source.html#l00053" > 53< / a > of file < a class = "el" href = "zAxis_8hpp_source.html" > zAxis.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ae1afe1d007de83b545eb3b4e2ad8f4cd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae1afe1d007de83b545eb3b4e2ad8f4cd" > ◆ < / a > < / span > invRotMat_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "classpFlow_1_1zAxis.html#a3ac330fffee9b765a55e171f8316988f" > ArrayType< / a > invRotMat_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > rotation matrix to rotate back from rotated coordinates to the original axis < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "zAxis_8hpp_source.html#l00057" > 57< / a > of file < a class = "el" href = "zAxis_8hpp_source.html" > zAxis.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/phasicFlow/structuredData/zAxis/< a class = "el" href = "zAxis_8hpp_source.html" > zAxis.hpp< / a > < / li >
< li > src/phasicFlow/structuredData/zAxis/< a class = "el" href = "zAxis_8cpp_source.html" > zAxis.cpp< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_1zAxis.html" > zAxis< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.17 < / li >
< / ul >
< / div >
< / body >
< / html >