Revision: 55943
          http://sourceforge.net/p/brlcad/code/55943
Author:   phoenixyjll
Date:     2013-07-03 04:46:20 +0000 (Wed, 03 Jul 2013)
Log Message:
-----------
ws.

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

Modified: brlcad/trunk/src/libbrep/intersect.cpp
===================================================================
--- brlcad/trunk/src/libbrep/intersect.cpp      2013-07-03 04:45:26 UTC (rev 
55942)
+++ brlcad/trunk/src/libbrep/intersect.cpp      2013-07-03 04:46:20 UTC (rev 
55943)
@@ -1152,7 +1152,7 @@
                    if (!plane.CreateFromPoints(point1, point3, point4))
                        if (!plane.CreateFromPoints(point2, point3, point4))
                            success = false;
-           
+
            if (success && !ON_NearZero(line.Length())) {
                if (line.Direction().IsPerpendicularTo(plane.Normal())) {
                    // They are parallel
@@ -1205,8 +1205,8 @@
                                }
                            }
                        }
-                       int count = line_t.Count();                     
-                       
+                       int count = line_t.Count();
+
                        for (int j = 0; j < count; j++) {
                            if (intersections >= 2) break;
                            double surf_u = 0.0, surf_v = 0.0;
@@ -1271,7 +1271,7 @@
                    ON_ClassArray<ON_PX_EVENT> px_event;
                    if (!ON_Intersect(intersection, *(i->second->m_surf), 
px_event, intersection_tolerance, 0, 0, tree))
                        continue;
-                   
+
                    ON_X_EVENT* Event = new ON_X_EVENT;
                    Event->m_A[0] = Event->m_A[1] = intersection;
                    Event->m_B[0] = Event->m_B[1] = px_event[0].m_B;

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


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to