source: Documentation/D5.3 Stand-alone computation package for illumination algorithms/appendix/pathmap/html/class_transformation.html @ 2910

Revision 2910, 5.0 KB checked in by hbeneit, 16 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: Transformation 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>Transformation Class Reference</h1><!-- doxytag: class="Transformation" -->3D linear transformation + translation class. Used by the ray-tracing system to store entity modelling transformations. Class Transformed is an Intersecable that refers to an <a class="el" href="class_intersectable.html">Intersectable</a> and contains a <a class="el" href="class_transformation.html">Transformation</a>. 
20<a href="#_details">More...</a>
21<p>
22<a href="class_transformation-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 Member Functions</h2></td></tr>
25<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="de19bffc8885a3628b276523f8b94f15"></a><!-- doxytag: member="Transformation::transformPoint" ref="de19bffc8885a3628b276523f8b94f15" args="(const Vector &amp;vIn, Vector &amp;vOut) const " -->
26void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_transformation.html#de19bffc8885a3628b276523f8b94f15">transformPoint</a> (const <a class="el" href="class_vector.html">Vector</a> &amp;vIn, <a class="el" href="class_vector.html">Vector</a> &amp;vOut) const </td></tr>
27
28<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">vOut = Matrix * vIn, matrix is on the left side <br></td></tr>
29<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b579d44ca3d15cf9685208911d2ac5ea"></a><!-- doxytag: member="Transformation::transformDirection" ref="b579d44ca3d15cf9685208911d2ac5ea" args="(const Vector &amp;vIn, Vector &amp;vOut) const " -->
30void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_transformation.html#b579d44ca3d15cf9685208911d2ac5ea">transformDirection</a> (const <a class="el" href="class_vector.html">Vector</a> &amp;vIn, <a class="el" href="class_vector.html">Vector</a> &amp;vOut) const </td></tr>
31
32<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">vOut = Matrix * vIn, matrix is on the left side <br></td></tr>
33<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b33c9850c56ee83665536d1c07bbdc3b"></a><!-- doxytag: member="Transformation::transformPointTransposed" ref="b33c9850c56ee83665536d1c07bbdc3b" args="(const Vector &amp;vIn, Vector &amp;vOut) const " -->
34void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_transformation.html#b33c9850c56ee83665536d1c07bbdc3b">transformPointTransposed</a> (const <a class="el" href="class_vector.html">Vector</a> &amp;vIn, <a class="el" href="class_vector.html">Vector</a> &amp;vOut) const </td></tr>
35
36<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">vOut = vIn * Matrix, matrix is on the right side <br></td></tr>
37<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5c500019efc9e8785eeabf54fbaa5002"></a><!-- doxytag: member="Transformation::transformDirectionTransposed" ref="5c500019efc9e8785eeabf54fbaa5002" args="(const Vector &amp;vIn, Vector &amp;vOut) const " -->
38void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_transformation.html#5c500019efc9e8785eeabf54fbaa5002">transformDirectionTransposed</a> (const <a class="el" href="class_vector.html">Vector</a> &amp;vIn, <a class="el" href="class_vector.html">Vector</a> &amp;vOut) const </td></tr>
39
40<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">vOut = vIn * Matrix, matrix is on the right side <br></td></tr>
41</table>
42<hr><a name="_details"></a><h2>Detailed Description</h2>
433D linear transformation + translation class. Used by the ray-tracing system to store entity modelling transformations. Class Transformed is an Intersecable that refers to an <a class="el" href="class_intersectable.html">Intersectable</a> and contains a <a class="el" href="class_transformation.html">Transformation</a>.
44<p>
45<hr>The documentation for this class was generated from the following file:<ul>
46<li>Transformation.hpp</ul>
47<hr size="1"><address style="align: right;"><small>Generated on Thu Apr 27 17:17:42 2006 for Path Map Module by&nbsp;
48<a href="http://www.doxygen.org/index.html">
49<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6-NO </small></address>
50</body>
51</html>
Note: See TracBrowser for help on using the repository browser.