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.
83 lines
2.9 KiB
83 lines
2.9 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"/> |
|
|
|
<title>_swizzle_base2 Struct Reference</title> |
|
<link href="tabs.css" rel="stylesheet" type="text/css"/> |
|
<link href="doxygen.css" rel="stylesheet" type="text/css" /> |
|
|
|
|
|
|
|
</head> |
|
<body> |
|
<div id="top"><!-- do not remove this div! --> |
|
|
|
|
|
<div id="titlearea"> |
|
<table cellspacing="0" cellpadding="0"> |
|
<tbody> |
|
<tr style="height: 56px;"> |
|
|
|
<td id="projectlogo"><img alt="Logo" src="logo-mini.png"/></td> |
|
|
|
|
|
|
|
|
|
|
|
|
|
</tr> |
|
</tbody> |
|
</table> |
|
</div> |
|
|
|
<!-- Generated by Doxygen 1.7.5 --> |
|
<div id="navrow1" class="tabs"> |
|
<ul class="tablist"> |
|
<li><a href="index.html"><span>Main Page</span></a></li> |
|
<li><a href="pages.html"><span>Related Pages</span></a></li> |
|
<li><a href="modules.html"><span>Modules</span></a></li> |
|
<li class="current"><a href="annotated.html"><span>Classes</span></a></li> |
|
<li><a href="files.html"><span>Files</span></a></li> |
|
</ul> |
|
</div> |
|
<div id="navrow2" class="tabs2"> |
|
<ul class="tablist"> |
|
<li><a href="annotated.html"><span>Class List</span></a></li> |
|
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
|
<li><a href="functions.html"><span>Class Members</span></a></li> |
|
</ul> |
|
</div> |
|
<div id="nav-path" class="navpath"> |
|
<ul> |
|
<li class="navelem"><b>glm</b> </li> |
|
<li class="navelem"><b>detail</b> </li> |
|
<li class="navelem"><a class="el" href="a00003.html">_swizzle_base2</a> </li> |
|
</ul> |
|
</div> |
|
</div> |
|
<div class="header"> |
|
<div class="headertitle"> |
|
<div class="title">_swizzle_base2 Struct Reference</div> </div> |
|
</div> |
|
<div class="contents"> |
|
<!-- doxytag: class="glm::detail::_swizzle_base2" --><!-- doxytag: inherits="glm::detail::_swizzle_base1" --> |
|
<p>Inherits _swizzle_base1< ValueType, VecType, E0, E1, E2, E3, N >.</p> |
|
|
|
<p><a href="a00233.html">List of all members.</a></p> |
|
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2> |
|
<div class="textblock"><p>Internal class for implementing swizzle operators. </p> |
|
<p>Template parameters:</p> |
|
<p>ValueType = type of scalar values (e.g. float, double) VecType = class the swizzle is applies to (e.g. tvec3<float>) N = number of components in the vector (e.g. 3) E0...3 = what index the n-th element of this swizzle refers to in the unswizzled vec</p> |
|
<p>DUPLICATE_ELEMENTS = 1 if there is a repeated element, 0 otherwise (used to specialize swizzles containing duplicate elements so that they cannot be used as r-values). </p> |
|
</div></div> |
|
|
|
|
|
<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.7.5 |
|
</small></address> |
|
|
|
</body> |
|
</html>
|
|
|