Revision: 55984
          http://sourceforge.net/p/brlcad/code/55984
Author:   phoenixyjll
Date:     2013-07-09 04:28:09 +0000 (Tue, 09 Jul 2013)
Log Message:
-----------
We already use 2D tol now. Remove the TODO comment.

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

Modified: brlcad/trunk/src/libbrep/intersect.cpp
===================================================================
--- brlcad/trunk/src/libbrep/intersect.cpp      2013-07-09 03:33:15 UTC (rev 
55983)
+++ brlcad/trunk/src/libbrep/intersect.cpp      2013-07-09 04:28:09 UTC (rev 
55984)
@@ -2046,7 +2046,6 @@
                && tmp_curveuv[i].DistanceTo(curveuv[j]) < 
intersection_tolerance_A
                && tmp_curvest[i].DistanceTo(curvest[j]) < 
intersection_tolerance_B)
                break;
-       // TODO: Use 2D tolerance
        if (j == curvept.Count()) {
            curvept.Append(tmp_curvept[i]);
            curveuv.Append(tmp_curveuv[i]);

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


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to