You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
449 lines
24 KiB
449 lines
24 KiB
<!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.10"/> |
|
<title>0.9.9 API documenation: Vector Relational Functions</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="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"> |
|
$(document).ready(function() { init_search(); }); |
|
</script> |
|
<link href="doxygen.css" rel="stylesheet" type="text/css" /> |
|
</head> |
|
<body> |
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! --> |
|
<div id="titlearea"> |
|
<table cellspacing="0" cellpadding="0"> |
|
<tbody> |
|
<tr style="height: 56px;"> |
|
<td id="projectalign" style="padding-left: 0.5em;"> |
|
<div id="projectname">0.9.9 API documenation |
|
</div> |
|
</td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
</div> |
|
<!-- end header part --> |
|
<!-- Generated by Doxygen 1.8.10 --> |
|
<script type="text/javascript"> |
|
var searchBox = new SearchBox("searchBox", "search",false,'Search'); |
|
</script> |
|
<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> |
|
</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"> |
|
<div class="title">Vector Relational Functions<div class="ingroups"><a class="el" href="a00158.html">GLM Core</a></div></div> </div> |
|
</div><!--header--> |
|
<div class="contents"> |
|
|
|
<p>Relational and equality operators (<, <=, >, >=, ==, !=) are defined to operate on scalars and produce scalar Boolean results. |
|
<a href="#details">More...</a></p> |
|
<table class="memberdecls"> |
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> |
|
Functions</h2></td></tr> |
|
<tr class="memitem:ga8ad7a8bdde263e80a50f82dd1074ec26"><td class="memTemplParams" colspan="2">template<length_t L, qualifier P> </td></tr> |
|
<tr class="memitem:ga8ad7a8bdde263e80a50f82dd1074ec26"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL bool </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00155.html#ga8ad7a8bdde263e80a50f82dd1074ec26">all</a> (vec< L, bool, P > const &v)</td></tr> |
|
<tr class="memdesc:ga8ad7a8bdde263e80a50f82dd1074ec26"><td class="mdescLeft"> </td><td class="mdescRight">Returns true if all components of x are true. <a href="a00155.html#ga8ad7a8bdde263e80a50f82dd1074ec26">More...</a><br /></td></tr> |
|
<tr class="separator:ga8ad7a8bdde263e80a50f82dd1074ec26"><td class="memSeparator" colspan="2"> </td></tr> |
|
<tr class="memitem:ga0447219f8b5899b71f5151c6d38d1bad"><td class="memTemplParams" colspan="2">template<length_t L, qualifier P> </td></tr> |
|
<tr class="memitem:ga0447219f8b5899b71f5151c6d38d1bad"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL bool </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00155.html#ga0447219f8b5899b71f5151c6d38d1bad">any</a> (vec< L, bool, P > const &v)</td></tr> |
|
<tr class="memdesc:ga0447219f8b5899b71f5151c6d38d1bad"><td class="mdescLeft"> </td><td class="mdescRight">Returns true if any component of x is true. <a href="a00155.html#ga0447219f8b5899b71f5151c6d38d1bad">More...</a><br /></td></tr> |
|
<tr class="separator:ga0447219f8b5899b71f5151c6d38d1bad"><td class="memSeparator" colspan="2"> </td></tr> |
|
<tr class="memitem:ga3586c7b47874d31fc90991ab30332c5f"><td class="memTemplParams" colspan="2">template<length_t L, typename T , qualifier P> </td></tr> |
|
<tr class="memitem:ga3586c7b47874d31fc90991ab30332c5f"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL vec< L, bool, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00155.html#ga3586c7b47874d31fc90991ab30332c5f">equal</a> (vec< L, T, P > const &x, vec< L, T, P > const &y)</td></tr> |
|
<tr class="memdesc:ga3586c7b47874d31fc90991ab30332c5f"><td class="mdescLeft"> </td><td class="mdescRight">Returns the component-wise comparison of result x == y. <a href="a00155.html#ga3586c7b47874d31fc90991ab30332c5f">More...</a><br /></td></tr> |
|
<tr class="separator:ga3586c7b47874d31fc90991ab30332c5f"><td class="memSeparator" colspan="2"> </td></tr> |
|
<tr class="memitem:ga2e4a8001f2c679598449cc7c6bbcf791"><td class="memTemplParams" colspan="2">template<length_t L, typename T , qualifier P> </td></tr> |
|
<tr class="memitem:ga2e4a8001f2c679598449cc7c6bbcf791"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL vec< L, bool, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00155.html#ga2e4a8001f2c679598449cc7c6bbcf791">greaterThan</a> (vec< L, T, P > const &x, vec< L, T, P > const &y)</td></tr> |
|
<tr class="memdesc:ga2e4a8001f2c679598449cc7c6bbcf791"><td class="mdescLeft"> </td><td class="mdescRight">Returns the component-wise comparison of result x > y. <a href="a00155.html#ga2e4a8001f2c679598449cc7c6bbcf791">More...</a><br /></td></tr> |
|
<tr class="separator:ga2e4a8001f2c679598449cc7c6bbcf791"><td class="memSeparator" colspan="2"> </td></tr> |
|
<tr class="memitem:gaa11dfd6fab6b08bb1c697032a67365a1"><td class="memTemplParams" colspan="2">template<length_t L, typename T , qualifier P> </td></tr> |
|
<tr class="memitem:gaa11dfd6fab6b08bb1c697032a67365a1"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL vec< L, bool, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00155.html#gaa11dfd6fab6b08bb1c697032a67365a1">greaterThanEqual</a> (vec< L, T, P > const &x, vec< L, T, P > const &y)</td></tr> |
|
<tr class="memdesc:gaa11dfd6fab6b08bb1c697032a67365a1"><td class="mdescLeft"> </td><td class="mdescRight">Returns the component-wise comparison of result x >= y. <a href="a00155.html#gaa11dfd6fab6b08bb1c697032a67365a1">More...</a><br /></td></tr> |
|
<tr class="separator:gaa11dfd6fab6b08bb1c697032a67365a1"><td class="memSeparator" colspan="2"> </td></tr> |
|
<tr class="memitem:ga0b9b83dde116b37ed7d628180efaccb4"><td class="memTemplParams" colspan="2">template<length_t L, typename T , qualifier P> </td></tr> |
|
<tr class="memitem:ga0b9b83dde116b37ed7d628180efaccb4"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL vec< L, bool, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00155.html#ga0b9b83dde116b37ed7d628180efaccb4">lessThan</a> (vec< L, T, P > const &x, vec< L, T, P > const &y)</td></tr> |
|
<tr class="memdesc:ga0b9b83dde116b37ed7d628180efaccb4"><td class="mdescLeft"> </td><td class="mdescRight">Returns the component-wise comparison result of x < y. <a href="a00155.html#ga0b9b83dde116b37ed7d628180efaccb4">More...</a><br /></td></tr> |
|
<tr class="separator:ga0b9b83dde116b37ed7d628180efaccb4"><td class="memSeparator" colspan="2"> </td></tr> |
|
<tr class="memitem:gaf8509bcb77cb3b67acbd3f355b87d70c"><td class="memTemplParams" colspan="2">template<length_t L, typename T , qualifier P> </td></tr> |
|
<tr class="memitem:gaf8509bcb77cb3b67acbd3f355b87d70c"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL vec< L, bool, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00155.html#gaf8509bcb77cb3b67acbd3f355b87d70c">lessThanEqual</a> (vec< L, T, P > const &x, vec< L, T, P > const &y)</td></tr> |
|
<tr class="memdesc:gaf8509bcb77cb3b67acbd3f355b87d70c"><td class="mdescLeft"> </td><td class="mdescRight">Returns the component-wise comparison of result x <= y. <a href="a00155.html#gaf8509bcb77cb3b67acbd3f355b87d70c">More...</a><br /></td></tr> |
|
<tr class="separator:gaf8509bcb77cb3b67acbd3f355b87d70c"><td class="memSeparator" colspan="2"> </td></tr> |
|
<tr class="memitem:gaf9ced2e21c1e5f8820eb351da7baa5b4"><td class="memTemplParams" colspan="2">template<length_t L, qualifier P> </td></tr> |
|
<tr class="memitem:gaf9ced2e21c1e5f8820eb351da7baa5b4"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL vec< L, bool, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00155.html#gaf9ced2e21c1e5f8820eb351da7baa5b4">not_</a> (vec< L, bool, P > const &v)</td></tr> |
|
<tr class="memdesc:gaf9ced2e21c1e5f8820eb351da7baa5b4"><td class="mdescLeft"> </td><td class="mdescRight">Returns the component-wise logical complement of x. <a href="a00155.html#gaf9ced2e21c1e5f8820eb351da7baa5b4">More...</a><br /></td></tr> |
|
<tr class="separator:gaf9ced2e21c1e5f8820eb351da7baa5b4"><td class="memSeparator" colspan="2"> </td></tr> |
|
<tr class="memitem:ga63026227bb8e1cbb3765468d556844eb"><td class="memTemplParams" colspan="2">template<length_t L, typename T , qualifier P> </td></tr> |
|
<tr class="memitem:ga63026227bb8e1cbb3765468d556844eb"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL vec< L, bool, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00155.html#ga63026227bb8e1cbb3765468d556844eb">notEqual</a> (vec< L, T, P > const &x, vec< L, T, P > const &y)</td></tr> |
|
<tr class="memdesc:ga63026227bb8e1cbb3765468d556844eb"><td class="mdescLeft"> </td><td class="mdescRight">Returns the component-wise comparison of result x != y. <a href="a00155.html#ga63026227bb8e1cbb3765468d556844eb">More...</a><br /></td></tr> |
|
<tr class="separator:ga63026227bb8e1cbb3765468d556844eb"><td class="memSeparator" colspan="2"> </td></tr> |
|
</table> |
|
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> |
|
<p>Relational and equality operators (<, <=, >, >=, ==, !=) are defined to operate on scalars and produce scalar Boolean results. </p> |
|
<p>For vector results, use the following built-in functions.</p> |
|
<p>In all cases, the sizes of all the input and return vectors for any particular call must match. </p> |
|
<h2 class="groupheader">Function Documentation</h2> |
|
<a class="anchor" id="ga8ad7a8bdde263e80a50f82dd1074ec26"></a> |
|
<div class="memitem"> |
|
<div class="memproto"> |
|
<table class="memname"> |
|
<tr> |
|
<td class="memname">GLM_FUNC_DECL bool glm::all </td> |
|
<td>(</td> |
|
<td class="paramtype">vec< L, bool, P > const & </td> |
|
<td class="paramname"><em>v</em></td><td>)</td> |
|
<td></td> |
|
</tr> |
|
</table> |
|
</div><div class="memdoc"> |
|
|
|
<p>Returns true if all components of x are true. </p> |
|
<dl class="tparams"><dt>Template Parameters</dt><dd> |
|
<table class="tparams"> |
|
<tr><td class="paramname">L</td><td>An integer between 1 and 4 included that qualify the dimension of the vector.</td></tr> |
|
</table> |
|
</dd> |
|
</dl> |
|
<dl class="section see"><dt>See also</dt><dd><a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/all.xml">GLSL all man page</a> </dd> |
|
<dd> |
|
<a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.7 Vector Relational Functions</a> </dd></dl> |
|
|
|
</div> |
|
</div> |
|
<a class="anchor" id="ga0447219f8b5899b71f5151c6d38d1bad"></a> |
|
<div class="memitem"> |
|
<div class="memproto"> |
|
<table class="memname"> |
|
<tr> |
|
<td class="memname">GLM_FUNC_DECL bool glm::any </td> |
|
<td>(</td> |
|
<td class="paramtype">vec< L, bool, P > const & </td> |
|
<td class="paramname"><em>v</em></td><td>)</td> |
|
<td></td> |
|
</tr> |
|
</table> |
|
</div><div class="memdoc"> |
|
|
|
<p>Returns true if any component of x is true. </p> |
|
<dl class="tparams"><dt>Template Parameters</dt><dd> |
|
<table class="tparams"> |
|
<tr><td class="paramname">L</td><td>An integer between 1 and 4 included that qualify the dimension of the vector.</td></tr> |
|
</table> |
|
</dd> |
|
</dl> |
|
<dl class="section see"><dt>See also</dt><dd><a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/any.xml">GLSL any man page</a> </dd> |
|
<dd> |
|
<a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.7 Vector Relational Functions</a> </dd></dl> |
|
|
|
</div> |
|
</div> |
|
<a class="anchor" id="ga3586c7b47874d31fc90991ab30332c5f"></a> |
|
<div class="memitem"> |
|
<div class="memproto"> |
|
<table class="memname"> |
|
<tr> |
|
<td class="memname">GLM_FUNC_DECL vec<L, bool, P> glm::equal </td> |
|
<td>(</td> |
|
<td class="paramtype">vec< L, T, P > const & </td> |
|
<td class="paramname"><em>x</em>, </td> |
|
</tr> |
|
<tr> |
|
<td class="paramkey"></td> |
|
<td></td> |
|
<td class="paramtype">vec< L, T, P > 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">L</td><td>An integer between 1 and 4 included that qualify the dimension of the vector. </td></tr> |
|
<tr><td class="paramname">T</td><td>A floating-point, integer or bool scalar type.</td></tr> |
|
</table> |
|
</dd> |
|
</dl> |
|
<dl class="section see"><dt>See also</dt><dd><a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/equal.xml">GLSL equal man page</a> </dd> |
|
<dd> |
|
<a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.7 Vector Relational Functions</a> </dd></dl> |
|
|
|
</div> |
|
</div> |
|
<a class="anchor" id="ga2e4a8001f2c679598449cc7c6bbcf791"></a> |
|
<div class="memitem"> |
|
<div class="memproto"> |
|
<table class="memname"> |
|
<tr> |
|
<td class="memname">GLM_FUNC_DECL vec<L, bool, P> glm::greaterThan </td> |
|
<td>(</td> |
|
<td class="paramtype">vec< L, T, P > const & </td> |
|
<td class="paramname"><em>x</em>, </td> |
|
</tr> |
|
<tr> |
|
<td class="paramkey"></td> |
|
<td></td> |
|
<td class="paramtype">vec< L, T, P > 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">L</td><td>An integer between 1 and 4 included that qualify the dimension of the vector. </td></tr> |
|
<tr><td class="paramname">T</td><td>A floating-point or integer scalar type.</td></tr> |
|
</table> |
|
</dd> |
|
</dl> |
|
<dl class="section see"><dt>See also</dt><dd><a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/greaterThan.xml">GLSL greaterThan man page</a> </dd> |
|
<dd> |
|
<a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.7 Vector Relational Functions</a> </dd></dl> |
|
|
|
</div> |
|
</div> |
|
<a class="anchor" id="gaa11dfd6fab6b08bb1c697032a67365a1"></a> |
|
<div class="memitem"> |
|
<div class="memproto"> |
|
<table class="memname"> |
|
<tr> |
|
<td class="memname">GLM_FUNC_DECL vec<L, bool, P> glm::greaterThanEqual </td> |
|
<td>(</td> |
|
<td class="paramtype">vec< L, T, P > const & </td> |
|
<td class="paramname"><em>x</em>, </td> |
|
</tr> |
|
<tr> |
|
<td class="paramkey"></td> |
|
<td></td> |
|
<td class="paramtype">vec< L, T, P > 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">L</td><td>An integer between 1 and 4 included that qualify the dimension of the vector. </td></tr> |
|
<tr><td class="paramname">T</td><td>A floating-point or integer scalar type.</td></tr> |
|
</table> |
|
</dd> |
|
</dl> |
|
<dl class="section see"><dt>See also</dt><dd><a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/greaterThanEqual.xml">GLSL greaterThanEqual man page</a> </dd> |
|
<dd> |
|
<a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.7 Vector Relational Functions</a> </dd></dl> |
|
|
|
</div> |
|
</div> |
|
<a class="anchor" id="ga0b9b83dde116b37ed7d628180efaccb4"></a> |
|
<div class="memitem"> |
|
<div class="memproto"> |
|
<table class="memname"> |
|
<tr> |
|
<td class="memname">GLM_FUNC_DECL vec<L, bool, P> glm::lessThan </td> |
|
<td>(</td> |
|
<td class="paramtype">vec< L, T, P > const & </td> |
|
<td class="paramname"><em>x</em>, </td> |
|
</tr> |
|
<tr> |
|
<td class="paramkey"></td> |
|
<td></td> |
|
<td class="paramtype">vec< L, T, P > 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 result of x < y. </p> |
|
<dl class="tparams"><dt>Template Parameters</dt><dd> |
|
<table class="tparams"> |
|
<tr><td class="paramname">L</td><td>An integer between 1 and 4 included that qualify the dimension of the vector. </td></tr> |
|
<tr><td class="paramname">T</td><td>A floating-point or integer scalar type.</td></tr> |
|
</table> |
|
</dd> |
|
</dl> |
|
<dl class="section see"><dt>See also</dt><dd><a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/lessThan.xml">GLSL lessThan man page</a> </dd> |
|
<dd> |
|
<a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.7 Vector Relational Functions</a> </dd></dl> |
|
|
|
</div> |
|
</div> |
|
<a class="anchor" id="gaf8509bcb77cb3b67acbd3f355b87d70c"></a> |
|
<div class="memitem"> |
|
<div class="memproto"> |
|
<table class="memname"> |
|
<tr> |
|
<td class="memname">GLM_FUNC_DECL vec<L, bool, P> glm::lessThanEqual </td> |
|
<td>(</td> |
|
<td class="paramtype">vec< L, T, P > const & </td> |
|
<td class="paramname"><em>x</em>, </td> |
|
</tr> |
|
<tr> |
|
<td class="paramkey"></td> |
|
<td></td> |
|
<td class="paramtype">vec< L, T, P > 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">L</td><td>An integer between 1 and 4 included that qualify the dimension of the vector. </td></tr> |
|
<tr><td class="paramname">T</td><td>A floating-point or integer scalar type.</td></tr> |
|
</table> |
|
</dd> |
|
</dl> |
|
<dl class="section see"><dt>See also</dt><dd><a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/lessThanEqual.xml">GLSL lessThanEqual man page</a> </dd> |
|
<dd> |
|
<a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.7 Vector Relational Functions</a> </dd></dl> |
|
|
|
</div> |
|
</div> |
|
<a class="anchor" id="gaf9ced2e21c1e5f8820eb351da7baa5b4"></a> |
|
<div class="memitem"> |
|
<div class="memproto"> |
|
<table class="memname"> |
|
<tr> |
|
<td class="memname">GLM_FUNC_DECL vec<L, bool, P> glm::not_ </td> |
|
<td>(</td> |
|
<td class="paramtype">vec< L, bool, P > const & </td> |
|
<td class="paramname"><em>v</em></td><td>)</td> |
|
<td></td> |
|
</tr> |
|
</table> |
|
</div><div class="memdoc"> |
|
|
|
<p>Returns the component-wise logical complement of x. </p> |
|
<p>/!\ Because of language incompatibilities between C++ and GLSL, GLM defines the function not but not_ instead.</p> |
|
<dl class="tparams"><dt>Template Parameters</dt><dd> |
|
<table class="tparams"> |
|
<tr><td class="paramname">L</td><td>An integer between 1 and 4 included that qualify the dimension of the vector.</td></tr> |
|
</table> |
|
</dd> |
|
</dl> |
|
<dl class="section see"><dt>See also</dt><dd><a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/not.xml">GLSL not man page</a> </dd> |
|
<dd> |
|
<a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.7 Vector Relational Functions</a> </dd></dl> |
|
|
|
</div> |
|
</div> |
|
<a class="anchor" id="ga63026227bb8e1cbb3765468d556844eb"></a> |
|
<div class="memitem"> |
|
<div class="memproto"> |
|
<table class="memname"> |
|
<tr> |
|
<td class="memname">GLM_FUNC_DECL vec<L, bool, P> glm::notEqual </td> |
|
<td>(</td> |
|
<td class="paramtype">vec< L, T, P > const & </td> |
|
<td class="paramname"><em>x</em>, </td> |
|
</tr> |
|
<tr> |
|
<td class="paramkey"></td> |
|
<td></td> |
|
<td class="paramtype">vec< L, T, P > 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">L</td><td>An integer between 1 and 4 included that qualify the dimension of the vector. </td></tr> |
|
<tr><td class="paramname">T</td><td>A floating-point, integer or bool scalar type.</td></tr> |
|
</table> |
|
</dd> |
|
</dl> |
|
<dl class="section see"><dt>See also</dt><dd><a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/notEqual.xml">GLSL notEqual man page</a> </dd> |
|
<dd> |
|
<a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.7 Vector Relational Functions</a> </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"/> |
|
</a> 1.8.10 |
|
</small></address> |
|
</body> |
|
</html>
|
|
|