glm/doc/api/a00199.html

134 lines
5.7 KiB
HTML
Raw Normal View History

<!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"/>
2012-11-18 13:05:52 +00:00
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>GLM_GTX_raw_data</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
2012-11-18 13:05:52 +00:00
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
2012-11-18 13:05:52 +00:00
<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;">
2012-11-18 13:05:52 +00:00
<td id="projectlogo"><img alt="Logo" src="logo.png"/></td>
</tr>
</tbody>
</table>
</div>
2012-11-18 13:05:52 +00:00
<!-- end header part -->
<!-- Generated by Doxygen 1.8.2 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
2012-11-18 13:05:52 +00:00
</div><!-- top -->
<div class="header">
<div class="summary">
2012-11-18 13:05:52 +00:00
<a href="#typedef-members">Typedefs</a> </div>
<div class="headertitle">
2012-11-18 13:05:52 +00:00
<div class="title">GLM_GTX_raw_data</div> </div>
<div class="ingroups"><a class="el" href="a00139.html">GTX Extensions (Experimental)</a></div></div><!--header-->
<div class="contents">
<table class="memberdecls">
2012-11-18 13:05:52 +00:00
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
Typedefs</h2></td></tr>
<tr class="memitem:ga4a5def5e5e8468de8e97132ddf5c72c5"><td class="memItemLeft" align="right" valign="top">typedef uint8&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00199.html#ga4a5def5e5e8468de8e97132ddf5c72c5">byte</a></td></tr>
<tr class="separator:ga4a5def5e5e8468de8e97132ddf5c72c5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga162201f4386c2973e6ebd76ac0941de0"><td class="memItemLeft" align="right" valign="top">typedef uint32&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00199.html#ga162201f4386c2973e6ebd76ac0941de0">dword</a></td></tr>
<tr class="separator:ga162201f4386c2973e6ebd76ac0941de0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gab7872fb6c3bcddc8658fe3209f04d275"><td class="memItemLeft" align="right" valign="top">typedef uint64&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00199.html#gab7872fb6c3bcddc8658fe3209f04d275">qword</a></td></tr>
<tr class="separator:gab7872fb6c3bcddc8658fe3209f04d275"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga9599d4794d33c5d5d07675b5250b74bd"><td class="memItemLeft" align="right" valign="top">typedef uint16&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00199.html#ga9599d4794d33c5d5d07675b5250b74bd">word</a></td></tr>
<tr class="separator:ga9599d4794d33c5d5d07675b5250b74bd"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
2012-11-18 13:05:52 +00:00
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<p>Projection of a vector to other one. </p>
<p>&lt;<a class="el" href="a00080.html" title="OpenGL Mathematics (glm.g-truc.net)">glm/gtx/raw_data.hpp</a>&gt; need to be included to use these functionalities. </p>
<h2 class="groupheader">Typedef Documentation</h2>
<a class="anchor" id="ga4a5def5e5e8468de8e97132ddf5c72c5"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
2012-11-18 13:05:52 +00:00
<td class="memname">typedef uint8 byte</td>
</tr>
</table>
2012-11-18 13:05:52 +00:00
</div><div class="memdoc">
2012-11-18 13:05:52 +00:00
<p>Type for byte numbers. </p>
<p>From GLM_GTX_raw_data extension. </p>
2012-11-18 13:05:52 +00:00
<p>Definition at line <a class="el" href="a00080_source.html#l00056">56</a> of file <a class="el" href="a00080_source.html">raw_data.hpp</a>.</p>
</div>
</div>
2012-11-18 13:05:52 +00:00
<a class="anchor" id="ga162201f4386c2973e6ebd76ac0941de0"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
2012-11-18 13:05:52 +00:00
<td class="memname">typedef uint32 dword</td>
</tr>
</table>
2012-11-18 13:05:52 +00:00
</div><div class="memdoc">
2012-11-18 13:05:52 +00:00
<p>Type for dword numbers. </p>
<p>From GLM_GTX_raw_data extension. </p>
2012-11-18 13:05:52 +00:00
<p>Definition at line <a class="el" href="a00080_source.html#l00064">64</a> of file <a class="el" href="a00080_source.html">raw_data.hpp</a>.</p>
</div>
</div>
2012-11-18 13:05:52 +00:00
<a class="anchor" id="gab7872fb6c3bcddc8658fe3209f04d275"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
2012-11-18 13:05:52 +00:00
<td class="memname">typedef uint64 qword</td>
</tr>
</table>
2012-11-18 13:05:52 +00:00
</div><div class="memdoc">
2012-11-18 13:05:52 +00:00
<p>Type for qword numbers. </p>
<p>From GLM_GTX_raw_data extension. </p>
2012-11-18 13:05:52 +00:00
<p>Definition at line <a class="el" href="a00080_source.html#l00068">68</a> of file <a class="el" href="a00080_source.html">raw_data.hpp</a>.</p>
</div>
</div>
2012-11-18 13:05:52 +00:00
<a class="anchor" id="ga9599d4794d33c5d5d07675b5250b74bd"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
2012-11-18 13:05:52 +00:00
<td class="memname">typedef uint16 word</td>
</tr>
</table>
2012-11-18 13:05:52 +00:00
</div><div class="memdoc">
2012-11-18 13:05:52 +00:00
<p>Type for word numbers. </p>
<p>From GLM_GTX_raw_data extension. </p>
2012-11-18 13:05:52 +00:00
<p>Definition at line <a class="el" href="a00080_source.html#l00060">60</a> of file <a class="el" href="a00080_source.html">raw_data.hpp</a>.</p>
</div>
</div>
2012-11-18 13:05:52 +00:00
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
2012-11-18 13:05:52 +00:00
</a> 1.8.2
</small></address>
</body>
</html>