2018-09-02 21:34:18 +00: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" / >
2019-09-07 15:38:31 +00:00
< meta name = "generator" content = "Doxygen 1.8.10" / >
2019-08-08 10:01:39 +00:00
< title > 0.9.9 API documentation: GLM_EXT_quaternion_relational< / title >
2018-09-02 21:34:18 +00:00
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
2019-09-07 15:38:31 +00:00
< script type = "text/javascript" >
$(document).ready(function() { init_search(); });
< / script >
2018-09-02 21:34:18 +00:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectlogo" > < img alt = "Logo" src = "logo-mini.png" / > < / td >
< td id = "projectalign" style = "padding-left: 0.5em;" >
2019-08-08 10:01:39 +00:00
< div id = "projectname" > 0.9.9 API documentation
2018-09-02 21:34:18 +00:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2019-09-07 15:38:31 +00:00
<!-- Generated by Doxygen 1.8.10 -->
2018-09-02 21:34:18 +00:00
< script type = "text/javascript" >
var searchBox = new SearchBox("searchBox", "search",false,'Search');
< / script >
2019-09-07 15:38:31 +00:00
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "index.html" > < span > Main  Page< / span > < / a > < / li >
< li > < a href = "modules.html" > < span > Modules< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< li >
< 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 >
< / li >
< / ul >
< / div >
2018-09-02 21:34:18 +00:00
< / div > <!-- top -->
<!-- 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 = "#func-members" > Functions< / a > < / div >
< div class = "headertitle" >
2019-09-07 15:38:31 +00:00
< div class = "title" > GLM_EXT_quaternion_relational< div class = "ingroups" > < a class = "el" href = "a00285.html" > Stable extensions< / a > < / div > < / div > < / div >
2018-09-02 21:34:18 +00:00
< / div > <!-- header -->
< div class = "contents" >
2019-09-07 15:38:31 +00:00
< p > Exposes comparison functions for quaternion types that take a user defined epsilon values.
< a href = "#details" > More...< / a > < / p >
2018-09-02 21:34:18 +00:00
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
< tr class = "memitem:gad7827af0549504ff1cd6a359786acc7a" > < td class = "memTemplParams" colspan = "2" > template< typename T , qualifier Q> < / td > < / tr >
2019-09-07 15:38:31 +00:00
< tr class = "memitem:gad7827af0549504ff1cd6a359786acc7a" > < td class = "memTemplItemLeft" align = "right" valign = "top" > GLM_FUNC_DECL vec< 4, bool, Q >   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "a00255.html#gad7827af0549504ff1cd6a359786acc7a" > equal< / a > (qua< T, Q > const & x, qua< T, Q > const & y)< / td > < / tr >
< tr class = "memdesc:gad7827af0549504ff1cd6a359786acc7a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the component-wise comparison of result x == y. < a href = "a00255.html#gad7827af0549504ff1cd6a359786acc7a" > More...< / a > < br / > < / td > < / tr >
2018-09-02 21:34:18 +00:00
< tr class = "separator:gad7827af0549504ff1cd6a359786acc7a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gaa001eecb91106463169a8e5ef1577b39" > < td class = "memTemplParams" colspan = "2" > template< typename T , qualifier Q> < / td > < / tr >
2019-09-07 15:38:31 +00:00
< tr class = "memitem:gaa001eecb91106463169a8e5ef1577b39" > < td class = "memTemplItemLeft" align = "right" valign = "top" > GLM_FUNC_DECL vec< 4, bool, Q >   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "a00255.html#gaa001eecb91106463169a8e5ef1577b39" > equal< / a > (qua< T, Q > const & x, qua< T, Q > const & y, T epsilon)< / td > < / tr >
< tr class = "memdesc:gaa001eecb91106463169a8e5ef1577b39" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the component-wise comparison of |x - y| < epsilon. < a href = "a00255.html#gaa001eecb91106463169a8e5ef1577b39" > More...< / a > < br / > < / td > < / tr >
2018-09-02 21:34:18 +00:00
< tr class = "separator:gaa001eecb91106463169a8e5ef1577b39" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gab441cee0de5867a868f3a586ee68cfe1" > < td class = "memTemplParams" colspan = "2" > template< typename T , qualifier Q> < / td > < / tr >
2019-09-07 15:38:31 +00:00
< tr class = "memitem:gab441cee0de5867a868f3a586ee68cfe1" > < td class = "memTemplItemLeft" align = "right" valign = "top" > GLM_FUNC_DECL vec< 4, bool, Q >   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "a00255.html#gab441cee0de5867a868f3a586ee68cfe1" > notEqual< / a > (qua< T, Q > const & x, qua< T, Q > const & y)< / td > < / tr >
< tr class = "memdesc:gab441cee0de5867a868f3a586ee68cfe1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the component-wise comparison of result x != y. < a href = "a00255.html#gab441cee0de5867a868f3a586ee68cfe1" > More...< / a > < br / > < / td > < / tr >
2018-09-02 21:34:18 +00:00
< tr class = "separator:gab441cee0de5867a868f3a586ee68cfe1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga5117a44c1bf21af857cd23e44a96d313" > < td class = "memTemplParams" colspan = "2" > template< typename T , qualifier Q> < / td > < / tr >
2019-09-07 15:38:31 +00:00
< tr class = "memitem:ga5117a44c1bf21af857cd23e44a96d313" > < td class = "memTemplItemLeft" align = "right" valign = "top" > GLM_FUNC_DECL vec< 4, bool, Q >   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "a00255.html#ga5117a44c1bf21af857cd23e44a96d313" > notEqual< / a > (qua< T, Q > const & x, qua< T, Q > const & y, T epsilon)< / td > < / tr >
< tr class = "memdesc:ga5117a44c1bf21af857cd23e44a96d313" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the component-wise comparison of |x - y| > = epsilon. < a href = "a00255.html#ga5117a44c1bf21af857cd23e44a96d313" > More...< / a > < br / > < / td > < / tr >
2018-09-02 21:34:18 +00:00
< tr class = "separator:ga5117a44c1bf21af857cd23e44a96d313" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< p > Exposes comparison functions for quaternion types that take a user defined epsilon values. < / p >
2019-09-07 15:38:31 +00:00
< p > Include < < a class = "el" href = "a00134.html" title = "GLM_EXT_quaternion_relational " > glm/ext/quaternion_relational.hpp< / a > > to use the features of this extension.< / p >
2018-09-02 21:34:18 +00:00
< dl class = "section see" > < dt > See also< / dt > < dd > core_vector_relational < / dd >
< dd >
2019-09-07 15:38:31 +00:00
< a class = "el" href = "a00275.html" title = "Exposes comparison functions for vector types that take a user defined epsilon values. " > GLM_EXT_vector_relational< / a > < / dd >
2018-09-02 21:34:18 +00:00
< dd >
2019-09-07 15:38:31 +00:00
< a class = "el" href = "a00246.html" title = "Exposes comparison functions for matrix types that take a user defined epsilon values. " > GLM_EXT_matrix_relational< / a > < / dd >
2018-09-02 21:34:18 +00:00
< dd >
2019-09-07 15:38:31 +00:00
< a class = "el" href = "a00252.html" title = "Exposes single-precision floating point quaternion type. " > GLM_EXT_quaternion_float< / a > < / dd >
2018-09-02 21:34:18 +00:00
< dd >
2019-09-07 15:38:31 +00:00
< a class = "el" href = "a00249.html" title = "Exposes double-precision floating point quaternion type. " > GLM_EXT_quaternion_double< / a > < / dd > < / dl >
2018-09-02 21:34:18 +00:00
< h2 class = "groupheader" > Function Documentation< / h2 >
2019-09-07 15:38:31 +00:00
< a class = "anchor" id = "gad7827af0549504ff1cd6a359786acc7a" > < / a >
2018-09-02 21:34:18 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > GLM_FUNC_DECL vec< 4, bool, Q> glm::equal < / td >
< td > (< / td >
< td class = "paramtype" > qua< T, Q > const &   < / td >
< td class = "paramname" > < em > x< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > qua< T, Q > const &   < / td >
< td class = "paramname" > < em > y< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns the component-wise comparison of result x == y. < / p >
< dl class = "tparams" > < dt > Template Parameters< / dt > < dd >
< table class = "tparams" >
< tr > < td class = "paramname" > T< / td > < td > Floating-point scalar types < / td > < / tr >
< tr > < td class = "paramname" > Q< / td > < td > Value from qualifier enum < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
2019-09-07 15:38:31 +00:00
< a class = "anchor" id = "gaa001eecb91106463169a8e5ef1577b39" > < / a >
2018-09-02 21:34:18 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > GLM_FUNC_DECL vec< 4, bool, Q> glm::equal < / td >
< td > (< / td >
< td class = "paramtype" > qua< T, Q > const &   < / td >
< td class = "paramname" > < em > x< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > qua< T, Q > const &   < / td >
< td class = "paramname" > < em > y< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > epsilon< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns the component-wise comparison of |x - y| < epsilon. < / p >
< dl class = "tparams" > < dt > Template Parameters< / dt > < dd >
< table class = "tparams" >
< tr > < td class = "paramname" > T< / td > < td > Floating-point scalar types < / td > < / tr >
< tr > < td class = "paramname" > Q< / td > < td > Value from qualifier enum < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
2019-09-07 15:38:31 +00:00
< a class = "anchor" id = "gab441cee0de5867a868f3a586ee68cfe1" > < / a >
2018-09-02 21:34:18 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > GLM_FUNC_DECL vec< 4, bool, Q> glm::notEqual < / td >
< td > (< / td >
< td class = "paramtype" > qua< T, Q > const &   < / td >
< td class = "paramname" > < em > x< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > qua< T, Q > const &   < / td >
< td class = "paramname" > < em > y< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns the component-wise comparison of result x != y. < / p >
< dl class = "tparams" > < dt > Template Parameters< / dt > < dd >
< table class = "tparams" >
< tr > < td class = "paramname" > T< / td > < td > Floating-point scalar types < / td > < / tr >
< tr > < td class = "paramname" > Q< / td > < td > Value from qualifier enum < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
2019-09-07 15:38:31 +00:00
< a class = "anchor" id = "ga5117a44c1bf21af857cd23e44a96d313" > < / a >
2018-09-02 21:34:18 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > GLM_FUNC_DECL vec< 4, bool, Q> glm::notEqual < / td >
< td > (< / td >
< td class = "paramtype" > qua< T, Q > const &   < / td >
< td class = "paramname" > < em > x< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > qua< T, Q > const &   < / td >
< td class = "paramname" > < em > y< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > epsilon< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns the component-wise comparison of |x - y| > = epsilon. < / p >
< dl class = "tparams" > < dt > Template Parameters< / dt > < dd >
< table class = "tparams" >
< tr > < td class = "paramname" > T< / td > < td > Floating-point scalar types < / td > < / tr >
< tr > < td class = "paramname" > Q< / td > < td > Value from qualifier enum < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
Generated by   < a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2019-09-07 15:38:31 +00:00
< / a > 1.8.10
2018-09-02 21:34:18 +00:00
< / small > < / address >
< / body >
< / html >