source: OGRE/trunk/ogrenew/Docs/api/html/OgreAutoParamDataSource_8h-source.html @ 657

Revision 657, 25.5 KB checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1<html>
2<head>
3<title>OgreAutoParamDataSource.h Source File - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4<link type="text/css" rel="stylesheet" href="style.css">
5</head>
6
7<body>
8<!-- Generated by Doxygen 1.3.6 -->
9<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
10<h1>OgreAutoParamDataSource.h</h1><a href="OgreAutoParamDataSource_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*</span>
1100002 <span class="comment">-----------------------------------------------------------------------------</span>
1200003 <span class="comment">This source file is part of OGRE</span>
1300004 <span class="comment">    (Object-oriented Graphics Rendering Engine)</span>
1400005 <span class="comment">For the latest info, see http://ogre.sourceforge.net/</span>
1500006 <span class="comment"></span>
1600007 <span class="comment">Copyright (c) 2000-2005 The OGRE Team</span>
1700008 <span class="comment">Also see acknowledgements in Readme.html</span>
1800009 <span class="comment"></span>
1900010 <span class="comment">This program is free software; you can redistribute it and/or modify it under</span>
2000011 <span class="comment">the terms of the GNU Lesser General Public License as published by the Free Software</span>
2100012 <span class="comment">Foundation; either version 2 of the License, or (at your option) any later</span>
2200013 <span class="comment">version.</span>
2300014 <span class="comment"></span>
2400015 <span class="comment">This program is distributed in the hope that it will be useful, but WITHOUT</span>
2500016 <span class="comment">ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS</span>
2600017 <span class="comment">FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.</span>
2700018 <span class="comment"></span>
2800019 <span class="comment">You should have received a copy of the GNU Lesser General Public License along with</span>
2900020 <span class="comment">this program; if not, write to the Free Software Foundation, Inc., 59 Temple</span>
3000021 <span class="comment">Place - Suite 330, Boston, MA 02111-1307, USA, or go to</span>
3100022 <span class="comment">http://www.gnu.org/copyleft/lesser.txt.</span>
3200023 <span class="comment">-----------------------------------------------------------------------------</span>
3300024 <span class="comment">*/</span>
3400025 <span class="preprocessor">#ifndef __AutoParamDataSource_H_</span>
3500026 <span class="preprocessor"></span><span class="preprocessor">#define __AutoParamDataSource_H_</span>
3600027 <span class="preprocessor"></span>
3700028 <span class="preprocessor">#include "<a class="code" href="OgrePrerequisites_8h.html">OgrePrerequisites.h</a>"</span>
3800029 <span class="preprocessor">#include "<a class="code" href="OgreCommon_8h.html">OgreCommon.h</a>"</span>
3900030 <span class="preprocessor">#include "<a class="code" href="OgreMatrix4_8h.html">OgreMatrix4.h</a>"</span>
4000031 <span class="preprocessor">#include "<a class="code" href="OgreVector4_8h.html">OgreVector4.h</a>"</span>
4100032 <span class="preprocessor">#include "<a class="code" href="OgreLight_8h.html">OgreLight.h</a>"</span>
4200033 <span class="preprocessor">#include "<a class="code" href="OgreColourValue_8h.html">OgreColourValue.h</a>"</span>
4300034
4400035 <span class="keyword">namespace </span>Ogre {
4500036
4600037
47<a name="l00048"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html">00048</a>     <span class="keyword">class </span><a class="code" href="OgrePlatform_8h.html#a16">_OgreExport</a> AutoParamDataSource
4800049     {
4900050     <span class="keyword">protected</span>:
50<a name="l00051"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep0">00051</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mWorldMatrix[256];
51<a name="l00052"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep1">00052</a>         <span class="keyword">mutable</span> size_t mWorldMatrixCount;
52<a name="l00053"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep2">00053</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mWorldViewMatrix;
53<a name="l00054"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep3">00054</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mViewProjMatrix;
54<a name="l00055"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep4">00055</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mWorldViewProjMatrix;
55<a name="l00056"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep5">00056</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mInverseWorldMatrix;
56<a name="l00057"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep6">00057</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mInverseWorldViewMatrix;
57<a name="l00058"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep7">00058</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mInverseViewMatrix;
58<a name="l00059"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep8">00059</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mInverseTransposeWorldMatrix;
59<a name="l00060"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep9">00060</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mInverseTransposeWorldViewMatrix;
60<a name="l00061"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep10">00061</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Vector4.html">Vector4</a> mCameraPositionObjectSpace;
61<a name="l00062"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep11">00062</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mTextureViewProjMatrix;
62<a name="l00063"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep12">00063</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mProjectionMatrix;
63<a name="l00064"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep13">00064</a>         <span class="keyword">mutable</span> <a class="code" href="namespaceOgre.html#a420">Real</a> mDirLightExtrusionDistance;
64<a name="l00065"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep14">00065</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Vector4.html">Vector4</a> mCameraPosition;
6500066         
66<a name="l00067"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep15">00067</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mWorldMatrixDirty;
67<a name="l00068"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep16">00068</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mWorldViewMatrixDirty;
68<a name="l00069"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep17">00069</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mViewProjMatrixDirty;
69<a name="l00070"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep18">00070</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mWorldViewProjMatrixDirty;
70<a name="l00071"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep19">00071</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mInverseWorldMatrixDirty;
71<a name="l00072"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep20">00072</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mInverseWorldViewMatrixDirty;
72<a name="l00073"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep21">00073</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mInverseViewMatrixDirty;
73<a name="l00074"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep22">00074</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mInverseTransposeWorldMatrixDirty;
74<a name="l00075"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep23">00075</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mInverseTransposeWorldViewMatrixDirty;
75<a name="l00076"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep24">00076</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mCameraPositionObjectSpaceDirty;
76<a name="l00077"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep25">00077</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mCameraPositionDirty;
77<a name="l00078"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep26">00078</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mTextureViewProjMatrixDirty;
78<a name="l00079"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep27">00079</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1ColourValue.html">ColourValue</a> mAmbientLight;
7900080
80<a name="l00081"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep28">00081</a>         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Renderable.html">Renderable</a>* mCurrentRenderable;
81<a name="l00082"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep29">00082</a>         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Camera.html">Camera</a>* mCurrentCamera;
82<a name="l00083"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep30">00083</a>         <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#a59">LightList</a>* mCurrentLightList;
83<a name="l00084"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep31">00084</a>         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Frustum.html">Frustum</a>* mCurrentTextureProjector;
84<a name="l00085"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep32">00085</a>         <span class="keyword">const</span> <a class="code" href="classOgre_1_1RenderTarget.html">RenderTarget</a>* mCurrentRenderTarget;
85<a name="l00086"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep33">00086</a>         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Viewport.html">Viewport</a>* mCurrentViewport;
8600087
87<a name="l00088"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep34">00088</a>         <a class="code" href="classOgre_1_1Light.html">Light</a> mBlankLight;
8800089     <span class="keyword">public</span>:
8900090         AutoParamDataSource();
9000091         ~AutoParamDataSource();
9100093         <span class="keywordtype">void</span> setCurrentRenderable(<span class="keyword">const</span> <a class="code" href="classOgre_1_1Renderable.html">Renderable</a>* rend);
9200095         <span class="keywordtype">void</span> setCurrentCamera(<span class="keyword">const</span> <a class="code" href="classOgre_1_1Camera.html">Camera</a>* cam);
9300097         <span class="keywordtype">void</span> setCurrentLightList(<span class="keyword">const</span> <a class="code" href="namespaceOgre.html#a59">LightList</a>* ll);
9400099         <span class="keywordtype">void</span> setTextureProjector(<span class="keyword">const</span> <a class="code" href="classOgre_1_1Frustum.html">Frustum</a>* frust);
9500101         <span class="keywordtype">void</span> setCurrentRenderTarget(<span class="keyword">const</span> <a class="code" href="classOgre_1_1RenderTarget.html">RenderTarget</a>* target);
9600103         <span class="keywordtype">void</span> setCurrentViewport(<span class="keyword">const</span> <a class="code" href="classOgre_1_1Viewport.html">Viewport</a>* viewport);
9700105         <span class="keywordtype">void</span> setShadowDirLightExtrusionDistance(<a class="code" href="namespaceOgre.html#a420">Real</a> dist);
9800106
9900107         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getWorldMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
10000108         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>* getWorldMatrixArray(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
10100109         size_t getWorldMatrixCount(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
10200110         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getViewMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
10300111         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getViewProjectionMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
10400112         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getProjectionMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
10500113         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getWorldViewProjMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
10600114         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getWorldViewMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
10700115         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getInverseWorldMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
10800116         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getInverseWorldViewMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
10900117         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getInverseViewMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
11000118         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getInverseTransposeWorldMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
11100119         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getInverseTransposeWorldViewMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
11200120         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Vector4.html">Vector4</a>&amp; getCameraPosition(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
11300121         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Vector4.html">Vector4</a>&amp; getCameraPositionObjectSpace(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
11400123         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Light.html">Light</a>&amp; getLight(size_t index) <span class="keyword">const</span>;
11500124         <span class="keywordtype">void</span> setAmbientLightColour(<span class="keyword">const</span> <a class="code" href="classOgre_1_1ColourValue.html">ColourValue</a>&amp; ambient);
11600125         <span class="keyword">const</span> <a class="code" href="classOgre_1_1ColourValue.html">ColourValue</a>&amp; getAmbientLightColour(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
11700126         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getTextureViewProjMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
11800127         <span class="keyword">const</span> <a class="code" href="classOgre_1_1RenderTarget.html">RenderTarget</a>* getCurrentRenderTarget(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
11900128         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Renderable.html">Renderable</a>* getCurrentRenderable(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
12000129         <a class="code" href="namespaceOgre.html#a420">Real</a> getShadowExtrusionDistance(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
12100130         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getInverseViewProjMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
12200131         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getInverseTransposeViewProjMatrix() <span class="keyword">const</span>;
12300132         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getTransposeViewProjMatrix() <span class="keyword">const</span>;
12400133         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getTransposeViewMatrix() <span class="keyword">const</span>;
12500134         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getTransposeProjectionMatrix() <span class="keyword">const</span>;
12600135         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getInverseProjectionMatrix() <span class="keyword">const</span>;
12700136         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getInverseTransposeProjectionMatrix() <span class="keyword">const</span>;
12800137         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getTransposeWorldViewProjMatrix() <span class="keyword">const</span>;
12900138         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getInverseWorldViewProjMatrix() <span class="keyword">const</span>;
13000139         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getInverseTransposeWorldViewProjMatrix() <span class="keyword">const</span>;
13100140         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getTransposeWorldViewMatrix() <span class="keyword">const</span>;
13200141         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getTransposeWorldMatrix() <span class="keyword">const</span>;
13300142         <a class="code" href="namespaceOgre.html#a420">Real</a> getTime(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
13400143         <a class="code" href="namespaceOgre.html#a420">Real</a> getTime_0_X(<a class="code" href="namespaceOgre.html#a420">Real</a> x) <span class="keyword">const</span>;
13500144         <a class="code" href="namespaceOgre.html#a420">Real</a> getCosTime_0_X(<a class="code" href="namespaceOgre.html#a420">Real</a> x) <span class="keyword">const</span>;
13600145         <a class="code" href="namespaceOgre.html#a420">Real</a> getSinTime_0_X(<a class="code" href="namespaceOgre.html#a420">Real</a> x) <span class="keyword">const</span>;
13700146         <a class="code" href="namespaceOgre.html#a420">Real</a> getTanTime_0_X(<a class="code" href="namespaceOgre.html#a420">Real</a> x) <span class="keyword">const</span>;
13800147         <a class="code" href="classOgre_1_1Vector4.html">Vector4</a> getTime_0_X_packed(<a class="code" href="namespaceOgre.html#a420">Real</a> x) <span class="keyword">const</span>;
13900148         <a class="code" href="namespaceOgre.html#a420">Real</a> getTime_0_1(<a class="code" href="namespaceOgre.html#a420">Real</a> x) <span class="keyword">const</span>;
14000149         <a class="code" href="namespaceOgre.html#a420">Real</a> getCosTime_0_1(<a class="code" href="namespaceOgre.html#a420">Real</a> x) <span class="keyword">const</span>;
14100150         <a class="code" href="namespaceOgre.html#a420">Real</a> getSinTime_0_1(<a class="code" href="namespaceOgre.html#a420">Real</a> x) <span class="keyword">const</span>;
14200151         <a class="code" href="namespaceOgre.html#a420">Real</a> getTanTime_0_1(<a class="code" href="namespaceOgre.html#a420">Real</a> x) <span class="keyword">const</span>;
14300152         <a class="code" href="classOgre_1_1Vector4.html">Vector4</a> getTime_0_1_packed(<a class="code" href="namespaceOgre.html#a420">Real</a> x) <span class="keyword">const</span>;
14400153         <a class="code" href="namespaceOgre.html#a420">Real</a> getTime_0_2Pi(<a class="code" href="namespaceOgre.html#a420">Real</a> x) <span class="keyword">const</span>;
14500154         <a class="code" href="namespaceOgre.html#a420">Real</a> getCosTime_0_2Pi(<a class="code" href="namespaceOgre.html#a420">Real</a> x) <span class="keyword">const</span>;
14600155         <a class="code" href="namespaceOgre.html#a420">Real</a> getSinTime_0_2Pi(<a class="code" href="namespaceOgre.html#a420">Real</a> x) <span class="keyword">const</span>;
14700156         <a class="code" href="namespaceOgre.html#a420">Real</a> getTanTime_0_2Pi(<a class="code" href="namespaceOgre.html#a420">Real</a> x) <span class="keyword">const</span>;
14800157         <a class="code" href="classOgre_1_1Vector4.html">Vector4</a> getTime_0_2Pi_packed(<a class="code" href="namespaceOgre.html#a420">Real</a> x) <span class="keyword">const</span>;
14900158         <a class="code" href="namespaceOgre.html#a420">Real</a> getFPS() <span class="keyword">const</span>;
15000159         <a class="code" href="namespaceOgre.html#a420">Real</a> getViewportWidth() <span class="keyword">const</span>;
15100160         <a class="code" href="namespaceOgre.html#a420">Real</a> getViewportHeight() <span class="keyword">const</span>;
15200161         <a class="code" href="namespaceOgre.html#a420">Real</a> getInverseViewportWidth() <span class="keyword">const</span>;
15300162         <a class="code" href="namespaceOgre.html#a420">Real</a> getInverseViewportHeight() <span class="keyword">const</span>;
15400163         <a class="code" href="classOgre_1_1Vector3.html">Vector3</a> getViewDirection() <span class="keyword">const</span>;
15500164         <a class="code" href="classOgre_1_1Vector3.html">Vector3</a> getViewSideVector() <span class="keyword">const</span>;
15600165         <a class="code" href="classOgre_1_1Vector3.html">Vector3</a> getViewUpVector() <span class="keyword">const</span>;
15700166         <a class="code" href="namespaceOgre.html#a420">Real</a> getFOV() <span class="keyword">const</span>;
15800167         <a class="code" href="namespaceOgre.html#a420">Real</a> getNearClipDistance() <span class="keyword">const</span>;
15900168         <a class="code" href="namespaceOgre.html#a420">Real</a> getFarClipDistance() <span class="keyword">const</span>;
16000169     };
16100170 }
16200171
16300172 <span class="preprocessor">#endif</span>
164</pre></div><hr>
165<p>
166Copyright &copy; 2000-2005 by The OGRE Team<br />
167<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png"/></a><br/>
168This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.<br/>
169                <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
170                <Work rdf:about="">
171                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
172        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
173                </Work>
174                <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
175
176Last modified Sun Feb 12 12:59:41 2006
177</p>
178</body>
179</html>
Note: See TracBrowser for help on using the repository browser.