Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 4bc66056a634db26a1f4d0845dc41ca6 > files > 14031

mrpt-doc-0.9.5-0.1.20110925svn2670.fc16.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>mrpt::math::TSegment3D Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<div align="left"><a href="http://www.mrpt.org/">Main MRPT website</a> &gt; <b>C++ reference</b> </div>
<div align="right">
<a href="index.html"><img border="0" src="mrpt_logo.png" alt="MRPT logo"></a>
</div>
<!-- Generated by Doxygen 1.7.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</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="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
          <div class="left">
            <form id="FSearchBox" action="search.php" method="get">
              <img id="MSearchSelect" src="search/mag.png" alt=""/>
              <input type="text" id="MSearchField" name="query" value="Search" size="20" accesskey="S" 
                     onfocus="searchBox.OnSearchFieldFocus(true)" 
                     onblur="searchBox.OnSearchFieldFocus(false)"/>
            </form>
          </div><div class="right"></div>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="namespacemrpt.html">mrpt</a>      </li>
      <li class="navelem"><a class="el" href="namespacemrpt_1_1math.html">math</a>      </li>
      <li class="navelem"><a class="el" href="structmrpt_1_1math_1_1_t_segment3_d.html">TSegment3D</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-attribs">Public Attributes</a>  </div>
  <div class="headertitle">
<div class="title">mrpt::math::TSegment3D Struct Reference<div class="ingroups"><a class="el" href="group__geometry__grp.html">Geometry: lines, planes, intersections, SLERP, &quot;lightweight&quot; point &amp; pose classes</a></div></div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="mrpt::math::TSegment3D" --><hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>3D segment, consisting of two points. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="structmrpt_1_1math_1_1_t_segment2_d.html" title="2D segment, consisting of two points.">TSegment2D</a>,<a class="el" href="structmrpt_1_1math_1_1_t_line3_d.html" title="3D line, represented by a base point and a director vector.">TLine3D</a>,<a class="el" href="structmrpt_1_1math_1_1_t_plane.html" title="3D Plane, represented by its equation ">TPlane</a>,<a class="el" href="classmrpt_1_1math_1_1_t_polygon3_d.html" title="3D polygon, inheriting from std::vector&lt;TPoint3D&gt;">TPolygon3D</a>,<a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html" title="Lightweight 3D point.">TPoint3D</a> </dd></dl>
</div>
<p><code>#include &lt;<a class="el" href="lightweight__geom__data_8h_source.html">mrpt/math/lightweight_geom_data.h</a>&gt;</code></p>

<p><a href="structmrpt_1_1math_1_1_t_segment3_d-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmrpt_1_1math_1_1_t_segment3_d.html#a0d02f23782475862ea0bcecb9b5557ee">length</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Segment length.  <a href="#a0d02f23782475862ea0bcecb9b5557ee"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmrpt_1_1math_1_1_t_segment3_d.html#a78f022a8ad13c25977e215f0d9a0e958">distance</a> (const <a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html">TPoint3D</a> &amp;point) const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Distance to point.  <a href="#a78f022a8ad13c25977e215f0d9a0e958"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmrpt_1_1math_1_1_t_segment3_d.html#a38febc04f4dbd39a8f88dccffdf70fba">contains</a> (const <a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html">TPoint3D</a> &amp;point) const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Check whether a point is inside the segment.  <a href="#a38febc04f4dbd39a8f88dccffdf70fba"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html">TPoint3D</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmrpt_1_1math_1_1_t_segment3_d.html#abbd139c2854cfdc719b3114c590bda3d">operator[]</a> (size_t i)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Unsafe point access using [] operator, intended for loops.  <a href="#abbd139c2854cfdc719b3114c590bda3d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html">TPoint3D</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmrpt_1_1math_1_1_t_segment3_d.html#a3d0627e3677ed4f76b44645517527b49">operator[]</a> (size_t i) const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Unsafe point access using [] operator, intended for loops.  <a href="#a3d0627e3677ed4f76b44645517527b49"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmrpt_1_1math_1_1_t_segment3_d.html#a25562fa49bb2b109f1660f8d9fa2608e">generate2DObject</a> (<a class="el" href="structmrpt_1_1math_1_1_t_segment2_d.html">TSegment2D</a> &amp;s) const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Projection into 2D space, discarding the z.  <a href="#a25562fa49bb2b109f1660f8d9fa2608e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmrpt_1_1math_1_1_t_segment3_d.html#a92a8c8ae4dcb5bede8e6e0fd028e4477">getCenter</a> (<a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html">TPoint3D</a> &amp;p) const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Segment's central point.  <a href="#a92a8c8ae4dcb5bede8e6e0fd028e4477"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmrpt_1_1math_1_1_t_segment3_d.html#af02d546bacd9d6ec93025e179bdbb40e">TSegment3D</a> (const <a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html">TPoint3D</a> &amp;p1, const <a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html">TPoint3D</a> &amp;p2)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor from both points.  <a href="#af02d546bacd9d6ec93025e179bdbb40e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmrpt_1_1math_1_1_t_segment3_d.html#adbbd39f3e5247feb12dbe4bcfc6e178f">TSegment3D</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Fast default constructor.  <a href="#adbbd39f3e5247feb12dbe4bcfc6e178f"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmrpt_1_1math_1_1_t_segment3_d.html#af80d7baa2f944bdf4642e579c0774718">TSegment3D</a> (const <a class="el" href="structmrpt_1_1math_1_1_t_segment2_d.html">TSegment2D</a> &amp;s)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor from 2D object.  <a href="#af80d7baa2f944bdf4642e579c0774718"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmrpt_1_1math_1_1_t_segment3_d.html#ad1bbef1404e26091ac393b2c06ac9af4">operator&lt;</a> (const <a class="el" href="structmrpt_1_1math_1_1_t_segment3_d.html">TSegment3D</a> &amp;s) const </td></tr>
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html">TPoint3D</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmrpt_1_1math_1_1_t_segment3_d.html#a5518ed3918d09ea1e48436f7fe41959a">point1</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Origin point.  <a href="#a5518ed3918d09ea1e48436f7fe41959a"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html">TPoint3D</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmrpt_1_1math_1_1_t_segment3_d.html#a7e9d0f76a8d1148176a502641e235c79">point2</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Destiny point.  <a href="#a7e9d0f76a8d1148176a502641e235c79"></a><br/></td></tr>
</table>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="af02d546bacd9d6ec93025e179bdbb40e"></a><!-- doxytag: member="mrpt::math::TSegment3D::TSegment3D" ref="af02d546bacd9d6ec93025e179bdbb40e" args="(const TPoint3D &amp;p1, const TPoint3D &amp;p2)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">mrpt::math::TSegment3D::TSegment3D </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html">TPoint3D</a> &amp;&#160;</td>
          <td class="paramname"><em>p1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html">TPoint3D</a> &amp;&#160;</td>
          <td class="paramname"><em>p2</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Constructor from both points. </p>

<p>Definition at line <a class="el" href="lightweight__geom__data_8h_source.html#l00767">767</a> of file <a class="el" href="lightweight__geom__data_8h_source.html">lightweight_geom_data.h</a>.</p>

</div>
</div>
<a class="anchor" id="adbbd39f3e5247feb12dbe4bcfc6e178f"></a><!-- doxytag: member="mrpt::math::TSegment3D::TSegment3D" ref="adbbd39f3e5247feb12dbe4bcfc6e178f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">mrpt::math::TSegment3D::TSegment3D </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Fast default constructor. </p>
<p>Initializes to garbage. </p>

<p>Definition at line <a class="el" href="lightweight__geom__data_8h_source.html#l00771">771</a> of file <a class="el" href="lightweight__geom__data_8h_source.html">lightweight_geom_data.h</a>.</p>

</div>
</div>
<a class="anchor" id="af80d7baa2f944bdf4642e579c0774718"></a><!-- doxytag: member="mrpt::math::TSegment3D::TSegment3D" ref="af80d7baa2f944bdf4642e579c0774718" args="(const TSegment2D &amp;s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">mrpt::math::TSegment3D::TSegment3D </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="structmrpt_1_1math_1_1_t_segment2_d.html">TSegment2D</a> &amp;&#160;</td>
          <td class="paramname"><em>s</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Constructor from 2D object. </p>
<p>Sets the z to zero. </p>

<p>Definition at line <a class="el" href="lightweight__geom__data_8h_source.html#l00775">775</a> of file <a class="el" href="lightweight__geom__data_8h_source.html">lightweight_geom_data.h</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a38febc04f4dbd39a8f88dccffdf70fba"></a><!-- doxytag: member="mrpt::math::TSegment3D::contains" ref="a38febc04f4dbd39a8f88dccffdf70fba" args="(const TPoint3D &amp;point) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool mrpt::math::TSegment3D::contains </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html">TPoint3D</a> &amp;&#160;</td>
          <td class="paramname"><em>point</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Check whether a point is inside the segment. </p>

</div>
</div>
<a class="anchor" id="a78f022a8ad13c25977e215f0d9a0e958"></a><!-- doxytag: member="mrpt::math::TSegment3D::distance" ref="a78f022a8ad13c25977e215f0d9a0e958" args="(const TPoint3D &amp;point) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double mrpt::math::TSegment3D::distance </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html">TPoint3D</a> &amp;&#160;</td>
          <td class="paramname"><em>point</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Distance to point. </p>

</div>
</div>
<a class="anchor" id="a25562fa49bb2b109f1660f8d9fa2608e"></a><!-- doxytag: member="mrpt::math::TSegment3D::generate2DObject" ref="a25562fa49bb2b109f1660f8d9fa2608e" args="(TSegment2D &amp;s) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mrpt::math::TSegment3D::generate2DObject </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="structmrpt_1_1math_1_1_t_segment2_d.html">TSegment2D</a> &amp;&#160;</td>
          <td class="paramname"><em>s</em></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Projection into 2D space, discarding the z. </p>

<p>Definition at line <a class="el" href="lightweight__geom__data_8h_source.html#l00753">753</a> of file <a class="el" href="lightweight__geom__data_8h_source.html">lightweight_geom_data.h</a>.</p>

</div>
</div>
<a class="anchor" id="a92a8c8ae4dcb5bede8e6e0fd028e4477"></a><!-- doxytag: member="mrpt::math::TSegment3D::getCenter" ref="a92a8c8ae4dcb5bede8e6e0fd028e4477" args="(TPoint3D &amp;p) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mrpt::math::TSegment3D::getCenter </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html">TPoint3D</a> &amp;&#160;</td>
          <td class="paramname"><em>p</em></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Segment's central point. </p>

<p>Definition at line <a class="el" href="lightweight__geom__data_8h_source.html#l00759">759</a> of file <a class="el" href="lightweight__geom__data_8h_source.html">lightweight_geom_data.h</a>.</p>

<p>References <a class="el" href="lightweight__geom__data_8h_source.html#l00293">mrpt::math::TPoint3D::x</a>, <a class="el" href="lightweight__geom__data_8h_source.html#l00294">mrpt::math::TPoint3D::y</a>, and <a class="el" href="lightweight__geom__data_8h_source.html#l00295">mrpt::math::TPoint3D::z</a>.</p>

</div>
</div>
<a class="anchor" id="a0d02f23782475862ea0bcecb9b5557ee"></a><!-- doxytag: member="mrpt::math::TSegment3D::length" ref="a0d02f23782475862ea0bcecb9b5557ee" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double mrpt::math::TSegment3D::length </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Segment length. </p>

</div>
</div>
<a class="anchor" id="ad1bbef1404e26091ac393b2c06ac9af4"></a><!-- doxytag: member="mrpt::math::TSegment3D::operator&lt;" ref="ad1bbef1404e26091ac393b2c06ac9af4" args="(const TSegment3D &amp;s) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool mrpt::math::TSegment3D::operator&lt; </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="structmrpt_1_1math_1_1_t_segment3_d.html">TSegment3D</a> &amp;&#160;</td>
          <td class="paramname"><em>s</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<a class="anchor" id="abbd139c2854cfdc719b3114c590bda3d"></a><!-- doxytag: member="mrpt::math::TSegment3D::operator[]" ref="abbd139c2854cfdc719b3114c590bda3d" args="(size_t i)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html">TPoint3D</a>&amp; mrpt::math::TSegment3D::operator[] </td>
          <td>(</td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>i</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Unsafe point access using [] operator, intended for loops. </p>

<p>Definition at line <a class="el" href="lightweight__geom__data_8h_source.html#l00741">741</a> of file <a class="el" href="lightweight__geom__data_8h_source.html">lightweight_geom_data.h</a>.</p>

</div>
</div>
<a class="anchor" id="a3d0627e3677ed4f76b44645517527b49"></a><!-- doxytag: member="mrpt::math::TSegment3D::operator[]" ref="a3d0627e3677ed4f76b44645517527b49" args="(size_t i) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html">TPoint3D</a>&amp; mrpt::math::TSegment3D::operator[] </td>
          <td>(</td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>i</em></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Unsafe point access using [] operator, intended for loops. </p>

<p>Definition at line <a class="el" href="lightweight__geom__data_8h_source.html#l00747">747</a> of file <a class="el" href="lightweight__geom__data_8h_source.html">lightweight_geom_data.h</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a5518ed3918d09ea1e48436f7fe41959a"></a><!-- doxytag: member="mrpt::math::TSegment3D::point1" ref="a5518ed3918d09ea1e48436f7fe41959a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html">TPoint3D</a> <a class="el" href="structmrpt_1_1math_1_1_t_segment3_d.html#a5518ed3918d09ea1e48436f7fe41959a">mrpt::math::TSegment3D::point1</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Origin point. </p>

<p>Definition at line <a class="el" href="lightweight__geom__data_8h_source.html#l00721">721</a> of file <a class="el" href="lightweight__geom__data_8h_source.html">lightweight_geom_data.h</a>.</p>

<p>Referenced by <a class="el" href="geometry_8h_source.html#l00301">mrpt::math::project3D()</a>, <a class="el" href="lightweight__geom__data_8h_source.html#l00789">mrpt::math::operator==()</a>, <a class="el" href="lightweight__geom__data_8h_source.html#l00793">mrpt::math::operator!=()</a>, <a class="el" href="lightweight__geom__data_8h_source.html#l00978">mrpt::math::TPlane::contains()</a>, <a class="el" href="lightweight__geom__data_8h_source.html#l02387">mrpt::math::operator&gt;&gt;()</a>, and <a class="el" href="lightweight__geom__data_8h_source.html#l02393">mrpt::math::operator&lt;&lt;()</a>.</p>

</div>
</div>
<a class="anchor" id="a7e9d0f76a8d1148176a502641e235c79"></a><!-- doxytag: member="mrpt::math::TSegment3D::point2" ref="a7e9d0f76a8d1148176a502641e235c79" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structmrpt_1_1math_1_1_t_point3_d.html">TPoint3D</a> <a class="el" href="structmrpt_1_1math_1_1_t_segment3_d.html#a7e9d0f76a8d1148176a502641e235c79">mrpt::math::TSegment3D::point2</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Destiny point. </p>

<p>Definition at line <a class="el" href="lightweight__geom__data_8h_source.html#l00725">725</a> of file <a class="el" href="lightweight__geom__data_8h_source.html">lightweight_geom_data.h</a>.</p>

<p>Referenced by <a class="el" href="geometry_8h_source.html#l00301">mrpt::math::project3D()</a>, <a class="el" href="lightweight__geom__data_8h_source.html#l00789">mrpt::math::operator==()</a>, <a class="el" href="lightweight__geom__data_8h_source.html#l00793">mrpt::math::operator!=()</a>, <a class="el" href="lightweight__geom__data_8h_source.html#l00978">mrpt::math::TPlane::contains()</a>, <a class="el" href="lightweight__geom__data_8h_source.html#l02387">mrpt::math::operator&gt;&gt;()</a>, and <a class="el" href="lightweight__geom__data_8h_source.html#l02393">mrpt::math::operator&lt;&lt;()</a>.</p>

</div>
</div>
</div>
<br><hr><br> <table border="0" width="100%"> <tr> <td> Page generated by <a href="http://www.doxygen.org" target="_blank">Doxygen 1.7.5</a> for MRPT 0.9.5 SVN: at Sun Sep 25 17:20:18 UTC 2011</td><td></td> <td width="100"> </td> <td width="150">  </td></tr> </table>  </body></html>