Revision: 56131
          http://sourceforge.net/p/brlcad/code/56131
Author:   n_reed
Date:     2013-07-19 18:08:40 +0000 (Fri, 19 Jul 2013)
Log Message:
-----------
per opennurbs_point.h, ON_zaxis is obsolete

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

Modified: brlcad/trunk/src/libbrep/intersect.cpp
===================================================================
--- brlcad/trunk/src/libbrep/intersect.cpp      2013-07-19 13:54:03 UTC (rev 
56130)
+++ brlcad/trunk/src/libbrep/intersect.cpp      2013-07-19 18:08:40 UTC (rev 
56131)
@@ -2297,7 +2297,7 @@
        // The overlap region should be to the LEFT of that *m_curveA*.
        // (See opennurbs/opennurbs_x.h)
        double midA = x[i].m_curveA->Domain().Mid();
-       ON_3dVector normalA = ON_CrossProduct(ON_zaxis, 
x[i].m_curveA->TangentAt(midA));
+       ON_3dVector normalA = ON_CrossProduct(ON_3dVector::ZAxis, 
x[i].m_curveA->TangentAt(midA));
        ON_3dPoint left_ptA, right_ptA, mid_ptA;
        mid_ptA = x[i].m_curveA->PointAt(midA);
        left_ptA = mid_ptA + 
normalA*x[i].m_curveA->BoundingBox().Diagonal().Length();

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