Getting GLM 0.9.3.1 release ready
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
<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"/>
|
||||
|
||||
<title>GLM_GTC_swizzle: Swizzle 'operator' implementation</title>
|
||||
<title>GLM_GTX_fast_square_root: Fast square root functions</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
@@ -31,7 +32,7 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Generated by Doxygen 1.7.5 -->
|
||||
<!-- Generated by Doxygen 1.7.6.1 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
@@ -44,19 +45,21 @@
|
||||
</div>
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<div class="title">GLM_GTC_swizzle: Swizzle 'operator' implementation</div> </div>
|
||||
<div class="ingroups"><a class="el" href="a00151.html">GTC Extensions (Stable)</a></div></div>
|
||||
<div class="title">GLM_GTX_fast_square_root: Fast square root functions</div> </div>
|
||||
<div class="ingroups"><a class="el" href="a00135.html">GTX Extensions (Experimental)</a></div></div><!--header-->
|
||||
<div class="contents">
|
||||
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
|
||||
<p>Provide functions to emulate GLSL swizzle operator fonctionalities. </p>
|
||||
<p><<a class="el" href="a00104.html" title="OpenGL Mathematics (glm.g-truc.net)">glm/gtc/swizzle.hpp</a>> need to be included to use these functionalities. </p>
|
||||
</div>
|
||||
<p>Fast but less accurate implementations of square root based functions. </p>
|
||||
<ul>
|
||||
<li>Sqrt optimisation based on Newton's method, www.gamedev.net/community/forums/topic.asp?topic id=139956</li>
|
||||
</ul>
|
||||
<p><<a class="el" href="a00023.html" title="OpenGL Mathematics (glm.g-truc.net)">glm/gtx/fast_square_root.hpp</a>> need to be included to use these functionalities. </p>
|
||||
</div><!-- contents -->
|
||||
|
||||
|
||||
<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
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user