source: GTP/trunk/App/Demos/Illum/PathMap/doc/html/class_ray.html @ 896

Revision 896, 2.5 KB checked in by szirmay, 18 years ago (diff)
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3<title>Path Map Module: Ray Class Reference</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.4.6-NO -->
8<div class="tabs">
9  <ul>
10    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
11    <li id="current"><a href="annotated.html"><span>Classes</span></a></li>
12  </ul></div>
13<div class="tabs">
14  <ul>
15    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
16    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
17    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
18  </ul></div>
19<h1>Ray Class Reference</h1><!-- doxytag: class="Ray" -->Class that describes a ray to be traced. 
20<a href="#_details">More...</a>
21<p>
22<a href="class_ray-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
23<tr><td></td></tr>
24<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
25<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cfb8b7801f774b160fa51404dd65f2a5"></a><!-- doxytag: member="Ray::dir" ref="cfb8b7801f774b160fa51404dd65f2a5" args="" -->
26<a class="el" href="class_vector.html">Vector</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_ray.html#cfb8b7801f774b160fa51404dd65f2a5">dir</a></td></tr>
27
28<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">must be normalised <br></td></tr>
29<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3a076fd296d4743a4ff98c904aeb56f5"></a><!-- doxytag: member="Ray::id" ref="3a076fd296d4743a4ff98c904aeb56f5" args="" -->
30int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_ray.html#3a076fd296d4743a4ff98c904aeb56f5">id</a></td></tr>
31
32<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">must be initialised and unique <br></td></tr>
33</table>
34<hr><a name="_details"></a><h2>Detailed Description</h2>
35Class that describes a ray to be traced.
36<p>
37<hr>The documentation for this class was generated from the following file:<ul>
38<li>Ray.hpp</ul>
39<hr size="1"><address style="align: right;"><small>Generated on Thu Apr 27 17:17:42 2006 for Path Map Module by&nbsp;
40<a href="http://www.doxygen.org/index.html">
41<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6-NO </small></address>
42</body>
43</html>
Note: See TracBrowser for help on using the repository browser.