Revision: 56688
          http://sourceforge.net/p/brlcad/code/56688
Author:   phoenixyjll
Date:     2013-08-08 16:03:58 +0000 (Thu, 08 Aug 2013)
Log Message:
-----------
Wrong comment - we don't merge at this time.

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/intersect.cpp

Modified: brlcad/trunk/src/libbrep/intersect.cpp
===================================================================
--- brlcad/trunk/src/libbrep/intersect.cpp      2013-08-08 13:23:53 UTC (rev 
56687)
+++ brlcad/trunk/src/libbrep/intersect.cpp      2013-08-08 16:03:58 UTC (rev 
56688)
@@ -2880,7 +2880,8 @@
            if (!overlaps[j] || !overlaps[j]->m_curveA || 
!overlaps[j]->m_curveB || !overlaps[j]->m_curve3d)
                continue;
 
-           // Merge the curves that link together.
+           // Check whether the start point and end point is linked to
+           // another curve.
            if 
(overlaps[i]->m_curve3d->PointAtStart().DistanceTo(overlaps[j]->m_curve3d->PointAtEnd())
 < intersection_tolerance
                && 
overlaps[i]->m_curveA->PointAtStart().DistanceTo(overlaps[j]->m_curveA->PointAtEnd())
 < intersection_tolerance_A
                && 
overlaps[i]->m_curveB->PointAtStart().DistanceTo(overlaps[j]->m_curveB->PointAtEnd())
 < intersection_tolerance_B) {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to