Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > bad97183153701b09df5fae1052b1c30 > files > 2698

crystalspace-doc-1.2.1-5mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Crystal Space 1.2.1: csScreenBoxResult Struct Reference (Crystal Space 1.2.1 Public API Reference)</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="head">
 <tr height="59">
  <td class="head" width="202" valign="bottom" style="padding-left:0;"><a href="http://www.crystalspace3d.org/"><img src="csblur.png" width="236" height="59" alt="CrystalSpace" border="0"></a></td>
  <td class="head"><h2>Public API Reference</h2></td>
 </tr>
 <tr height="11">
  <td colspan="2" class="headshadow" valign="top" style="padding-left:0;"><img src="csblurb.png" width="236" height="11" alt="" border="0"></td>
 </tr>
</table>
<div class="content">
<!-- Generated by Doxygen 1.5.3 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li class="current"><a href="classes.html"><span>Classes</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  </ul>
</div>
<div class="tabs">
  <ul>
    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  </ul>
</div>
<h1>csScreenBoxResult Struct Reference<br>
<small>
[<a class="el" href="group__engine3d__meshes.html">Mesh support</a>]</small>
</h1><!-- doxytag: class="csScreenBoxResult" -->Return structure for iMeshWrapper-&gt;GetScreenBoundingBox().  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="mesh_8h-source.html">iengine/mesh.h</a>&gt;</code>
<p>

<p>
<a href="structcsScreenBoxResult-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classcsBox3.html">csBox3</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structcsScreenBoxResult.html#d5cc16b6754c056144c543a6db821367">cbox</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">3D box in camera space.  <a href="#d5cc16b6754c056144c543a6db821367"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structcsScreenBoxResult.html#8ae795d3ecf4c230d20f40340a9e047d">distance</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">-1 if object behind the camera or else the distance between the camera and the furthest point of the 3D box.  <a href="#8ae795d3ecf4c230d20f40340a9e047d"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classcsBox2.html">csBox2</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structcsScreenBoxResult.html#0f93223749d87a5f56fd155a8231ebcb">sbox</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">2D box in screen space.  <a href="#0f93223749d87a5f56fd155a8231ebcb"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Return structure for iMeshWrapper-&gt;GetScreenBoundingBox(). 
<p>Definition at line <a class="el" href="mesh_8h-source.html#l00214">214</a> of file <a class="el" href="mesh_8h-source.html">mesh.h</a>.</p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="d5cc16b6754c056144c543a6db821367"></a><!-- doxytag: member="csScreenBoxResult::cbox" ref="d5cc16b6754c056144c543a6db821367" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classcsBox3.html">csBox3</a> <a class="el" href="structcsScreenBoxResult.html#d5cc16b6754c056144c543a6db821367">csScreenBoxResult::cbox</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
3D box in camera space. 
<p>

<p>Definition at line <a class="el" href="mesh_8h-source.html#l00219">219</a> of file <a class="el" href="mesh_8h-source.html">mesh.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="8ae795d3ecf4c230d20f40340a9e047d"></a><!-- doxytag: member="csScreenBoxResult::distance" ref="8ae795d3ecf4c230d20f40340a9e047d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float <a class="el" href="structcsScreenBoxResult.html#8ae795d3ecf4c230d20f40340a9e047d">csScreenBoxResult::distance</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
-1 if object behind the camera or else the distance between the camera and the furthest point of the 3D box. 
<p>

<p>Definition at line <a class="el" href="mesh_8h-source.html#l00224">224</a> of file <a class="el" href="mesh_8h-source.html">mesh.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="0f93223749d87a5f56fd155a8231ebcb"></a><!-- doxytag: member="csScreenBoxResult::sbox" ref="0f93223749d87a5f56fd155a8231ebcb" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classcsBox2.html">csBox2</a> <a class="el" href="structcsScreenBoxResult.html#0f93223749d87a5f56fd155a8231ebcb">csScreenBoxResult::sbox</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
2D box in screen space. 
<p>

<p>Definition at line <a class="el" href="mesh_8h-source.html#l00217">217</a> of file <a class="el" href="mesh_8h-source.html">mesh.h</a>.</p>

</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>iengine/<a class="el" href="mesh_8h-source.html">mesh.h</a></ul>
<hr size="1"><address><small>Generated for Crystal Space 1.2.1 by 
<a href="http://www.doxygen.org/index.html">doxygen</a> 1.5.3 
</small></address> </div></body> </html>