Files
bullet3/Extras/GIMPACT/docs/html/gim__clip__polygon_8h.html
2007-06-22 17:32:28 +00:00

52 lines
5.0 KiB
HTML
Executable File

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>GIMPACT: C:/desarrollo/GIMPACT/GIMPACT/include/GIMPACT/core/gim_clip_polygon.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.2 -->
<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="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
<h1>C:/desarrollo/GIMPACT/GIMPACT/include/GIMPACT/core/gim_clip_polygon.h File Reference</h1><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_d_i_s_t_a_n_c_e___p_l_a_n_e__3_d___f_u_n_c.html">DISTANCE_PLANE_3D_FUNC</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This function calcs the distance from a 3D plane. <a href="class_d_i_s_t_a_n_c_e___p_l_a_n_e__3_d___f_u_n_c.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;typename CLASS_POINT&gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">SIMD_FORCE_INLINE void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group___g_e_o_m_e_t_r_i_c___o_p_e_r_a_t_i_o_n_s.html#g5bce8518b8bebfc293b9533723907cb4">PLANE_CLIP_POLYGON_COLLECT</a> (const CLASS_POINT &amp;point0, const CLASS_POINT &amp;point1, GREAL dist0, GREAL dist1, CLASS_POINT *clipped, GUINT &amp;clipped_count)</td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;typename CLASS_POINT, typename CLASS_PLANE, typename DISTANCE_PLANE_FUNC&gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">SIMD_FORCE_INLINE GUINT&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group___g_e_o_m_e_t_r_i_c___o_p_e_r_a_t_i_o_n_s.html#gfdc222285a04276a6c695349db7b9206">PLANE_CLIP_POLYGON_GENERIC</a> (const CLASS_PLANE &amp;plane, const CLASS_POINT *polygon_points, GUINT polygon_point_count, CLASS_POINT *clipped, DISTANCE_PLANE_FUNC distance_func)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Clips a polygon by a plane. <a href="group___g_e_o_m_e_t_r_i_c___o_p_e_r_a_t_i_o_n_s.html#gfdc222285a04276a6c695349db7b9206"></a><br></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;typename CLASS_POINT, typename CLASS_PLANE, typename DISTANCE_PLANE_FUNC&gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">SIMD_FORCE_INLINE GUINT&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group___g_e_o_m_e_t_r_i_c___o_p_e_r_a_t_i_o_n_s.html#g3c09388764d6873230506636a7399844">PLANE_CLIP_TRIANGLE_GENERIC</a> (const CLASS_PLANE &amp;plane, const CLASS_POINT &amp;point0, const CLASS_POINT &amp;point1, const CLASS_POINT &amp;point2, CLASS_POINT *clipped, DISTANCE_PLANE_FUNC distance_func)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Clips a polygon by a plane. <a href="group___g_e_o_m_e_t_r_i_c___o_p_e_r_a_t_i_o_n_s.html#g3c09388764d6873230506636a7399844"></a><br></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;typename CLASS_POINT, typename CLASS_PLANE&gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">SIMD_FORCE_INLINE GUINT&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group___g_e_o_m_e_t_r_i_c___o_p_e_r_a_t_i_o_n_s.html#ga69d39df31599b783c6690edff3f6644">PLANE_CLIP_POLYGON3D</a> (const CLASS_PLANE &amp;plane, const CLASS_POINT *polygon_points, GUINT polygon_point_count, CLASS_POINT *clipped)</td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;typename CLASS_POINT, typename CLASS_PLANE&gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">SIMD_FORCE_INLINE GUINT&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group___g_e_o_m_e_t_r_i_c___o_p_e_r_a_t_i_o_n_s.html#g3ee3b6bacefdfb4849d1a45bfc6eae54">PLANE_CLIP_TRIANGLE3D</a> (const CLASS_PLANE &amp;plane, const CLASS_POINT &amp;point0, const CLASS_POINT &amp;point1, const CLASS_POINT &amp;point2, CLASS_POINT *clipped)</td></tr>
</table>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 13 16:58:21 2007 for GIMPACT by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
</body>
</html>