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.
133 lines
5.7 KiB
133 lines
5.7 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"/> |
|
<title>GLM_GTX_raw_data</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="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.png"/></td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
</div> |
|
<!-- end header part --> |
|
<!-- Generated by Doxygen 1.8.2 --> |
|
<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><a href="files.html"><span>Files</span></a></li> |
|
</ul> |
|
</div> |
|
</div><!-- top --> |
|
<div class="header"> |
|
<div class="summary"> |
|
<a href="#typedef-members">Typedefs</a> </div> |
|
<div class="headertitle"> |
|
<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"> |
|
<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 </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"> </td></tr> |
|
<tr class="memitem:ga162201f4386c2973e6ebd76ac0941de0"><td class="memItemLeft" align="right" valign="top">typedef uint32 </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"> </td></tr> |
|
<tr class="memitem:gab7872fb6c3bcddc8658fe3209f04d275"><td class="memItemLeft" align="right" valign="top">typedef uint64 </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"> </td></tr> |
|
<tr class="memitem:ga9599d4794d33c5d5d07675b5250b74bd"><td class="memItemLeft" align="right" valign="top">typedef uint16 </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"> </td></tr> |
|
</table> |
|
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> |
|
<p>Projection of a vector to other one. </p> |
|
<p><<a class="el" href="a00080.html" title="OpenGL Mathematics (glm.g-truc.net)">glm/gtx/raw_data.hpp</a>> 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> |
|
<td class="memname">typedef uint8 byte</td> |
|
</tr> |
|
</table> |
|
</div><div class="memdoc"> |
|
|
|
<p>Type for byte numbers. </p> |
|
<p>From GLM_GTX_raw_data extension. </p> |
|
|
|
<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> |
|
<a class="anchor" id="ga162201f4386c2973e6ebd76ac0941de0"></a> |
|
<div class="memitem"> |
|
<div class="memproto"> |
|
<table class="memname"> |
|
<tr> |
|
<td class="memname">typedef uint32 dword</td> |
|
</tr> |
|
</table> |
|
</div><div class="memdoc"> |
|
|
|
<p>Type for dword numbers. </p> |
|
<p>From GLM_GTX_raw_data extension. </p> |
|
|
|
<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> |
|
<a class="anchor" id="gab7872fb6c3bcddc8658fe3209f04d275"></a> |
|
<div class="memitem"> |
|
<div class="memproto"> |
|
<table class="memname"> |
|
<tr> |
|
<td class="memname">typedef uint64 qword</td> |
|
</tr> |
|
</table> |
|
</div><div class="memdoc"> |
|
|
|
<p>Type for qword numbers. </p> |
|
<p>From GLM_GTX_raw_data extension. </p> |
|
|
|
<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> |
|
<a class="anchor" id="ga9599d4794d33c5d5d07675b5250b74bd"></a> |
|
<div class="memitem"> |
|
<div class="memproto"> |
|
<table class="memname"> |
|
<tr> |
|
<td class="memname">typedef uint16 word</td> |
|
</tr> |
|
</table> |
|
</div><div class="memdoc"> |
|
|
|
<p>Type for word numbers. </p> |
|
<p>From GLM_GTX_raw_data extension. </p> |
|
|
|
<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> |
|
</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.2 |
|
</small></address> |
|
</body> |
|
</html>
|
|
|