Sophie

Sophie

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

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: csVertexStatus 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>csVertexStatus Struct Reference<br>
<small>
[<a class="el" href="group__geom__utils.html">Geometry utilities</a>]</small>
</h1><!-- doxytag: class="csVertexStatus" -->The clipper can output additional information about each vertex in output polygon.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="clip2d_8h-source.html">igeom/clip2d.h</a>&gt;</code>
<p>

<p>
<a href="structcsVertexStatus-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">float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structcsVertexStatus.html#722b6f229060130fed7cf7b0b10db2c4">Pos</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Additional information for <a class="el" href="group__geom__utils.html#gg550cb4231d535863c55643bbd2d3c6ba5648edc14e0bc979178d7f7cf4ad76d5" title="The output vertex is located on one of the edges of the original polygon.">CS_VERTEX_ONEDGE</a> (0..1, the 't' parameter).  <a href="#722b6f229060130fed7cf7b0b10db2c4"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structcsVertexStatus.html#10f72f3a72d0f4c2247cd2e3aea02364">Type</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The type of vertex.  <a href="#10f72f3a72d0f4c2247cd2e3aea02364"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">size_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structcsVertexStatus.html#f806090dc9cfa0147b19ac4c8fc6ef40">Vertex</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Original vertex number (for <a class="el" href="group__geom__utils.html#gg550cb4231d535863c55643bbd2d3c6bab2c5f01a5c75c95a126f9352fecc63db" title="The output vertex is one of the input vertices.">CS_VERTEX_ORIGINAL</a> and <a class="el" href="group__geom__utils.html#gg550cb4231d535863c55643bbd2d3c6ba5648edc14e0bc979178d7f7cf4ad76d5" title="The output vertex is located on one of the edges of the original polygon.">CS_VERTEX_ONEDGE</a>).  <a href="#f806090dc9cfa0147b19ac4c8fc6ef40"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
The clipper can output additional information about each vertex in output polygon. 
<p>
This is used for generating U/V/Z values and so on, if they are needed. 
<p>Definition at line <a class="el" href="clip2d_8h-source.html#l00065">65</a> of file <a class="el" href="clip2d_8h-source.html">clip2d.h</a>.</p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="722b6f229060130fed7cf7b0b10db2c4"></a><!-- doxytag: member="csVertexStatus::Pos" ref="722b6f229060130fed7cf7b0b10db2c4" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float <a class="el" href="structcsVertexStatus.html#722b6f229060130fed7cf7b0b10db2c4">csVertexStatus::Pos</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Additional information for <a class="el" href="group__geom__utils.html#gg550cb4231d535863c55643bbd2d3c6ba5648edc14e0bc979178d7f7cf4ad76d5" title="The output vertex is located on one of the edges of the original polygon.">CS_VERTEX_ONEDGE</a> (0..1, the 't' parameter). 
<p>

<p>Definition at line <a class="el" href="clip2d_8h-source.html#l00075">75</a> of file <a class="el" href="clip2d_8h-source.html">clip2d.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="10f72f3a72d0f4c2247cd2e3aea02364"></a><!-- doxytag: member="csVertexStatus::Type" ref="10f72f3a72d0f4c2247cd2e3aea02364" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned char <a class="el" href="structcsVertexStatus.html#10f72f3a72d0f4c2247cd2e3aea02364">csVertexStatus::Type</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The type of vertex. 
<p>
One of <a class="el" href="group__geom__utils.html#gg550cb4231d535863c55643bbd2d3c6bab2c5f01a5c75c95a126f9352fecc63db" title="The output vertex is one of the input vertices.">CS_VERTEX_ORIGINAL</a>, <a class="el" href="group__geom__utils.html#gg550cb4231d535863c55643bbd2d3c6ba5648edc14e0bc979178d7f7cf4ad76d5" title="The output vertex is located on one of the edges of the original polygon.">CS_VERTEX_ONEDGE</a>, <a class="el" href="group__geom__utils.html#gg550cb4231d535863c55643bbd2d3c6ba38ad988c5e359fec3a8328c9965a691c" title="The output vertex is located somewhere inside the original polygon.">CS_VERTEX_INSIDE</a>. 
<p>Definition at line <a class="el" href="clip2d_8h-source.html#l00071">71</a> of file <a class="el" href="clip2d_8h-source.html">clip2d.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="f806090dc9cfa0147b19ac4c8fc6ef40"></a><!-- doxytag: member="csVertexStatus::Vertex" ref="f806090dc9cfa0147b19ac4c8fc6ef40" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">size_t <a class="el" href="structcsVertexStatus.html#f806090dc9cfa0147b19ac4c8fc6ef40">csVertexStatus::Vertex</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Original vertex number (for <a class="el" href="group__geom__utils.html#gg550cb4231d535863c55643bbd2d3c6bab2c5f01a5c75c95a126f9352fecc63db" title="The output vertex is one of the input vertices.">CS_VERTEX_ORIGINAL</a> and <a class="el" href="group__geom__utils.html#gg550cb4231d535863c55643bbd2d3c6ba5648edc14e0bc979178d7f7cf4ad76d5" title="The output vertex is located on one of the edges of the original polygon.">CS_VERTEX_ONEDGE</a>). 
<p>

<p>Definition at line <a class="el" href="clip2d_8h-source.html#l00073">73</a> of file <a class="el" href="clip2d_8h-source.html">clip2d.h</a>.</p>

</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>igeom/<a class="el" href="clip2d_8h-source.html">clip2d.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>