Revision: 75522
          http://sourceforge.net/p/brlcad/code/75522
Author:   brlcad
Date:     2020-04-22 05:19:40 +0000 (Wed, 22 Apr 2020)
Log Message:
-----------
break out one-per-line to see what's going on with the args more clearly

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

Modified: brlcad/trunk/src/libbrep/PullbackCurve.cpp
===================================================================
--- brlcad/trunk/src/libbrep/PullbackCurve.cpp  2020-04-22 02:02:36 UTC (rev 
75521)
+++ brlcad/trunk/src/libbrep/PullbackCurve.cpp  2020-04-22 05:19:40 UTC (rev 
75522)
@@ -471,13 +471,31 @@
 
 
 //forward for cyclic
-double surface_GetClosestPoint3dFirstOrderByRange(const ON_Surface *surf, 
const ON_3dPoint& p, const ON_Interval& u_range,
-                                                 const ON_Interval& v_range, 
double current_closest_dist, ON_2dPoint& p2d, ON_3dPoint& p3d, double 
same_point_tol, double within_distance_tol, int level);
+double
+surface_GetClosestPoint3dFirstOrderByRange(const ON_Surface *surf,
+                                          const ON_3dPoint& p,
+                                          const ON_Interval& u_range,
+                                          const ON_Interval& v_range,
+                                          double current_closest_dist,
+                                          ON_2dPoint& p2d,
+                                          ON_3dPoint& p3d,
+                                          double same_point_tol,
+                                          double within_distance_tol,
+                                          int level);
 
-double surface_GetClosestPoint3dFirstOrderSubdivision(const ON_Surface *surf,
-                                                     const ON_3dPoint& p, 
const ON_Interval &u_interval, double u, const ON_Interval &v_interval, double 
v,
-                                                     double 
current_closest_dist, ON_2dPoint& p2d, ON_3dPoint& p3d,
-                                                     double same_point_tol, 
double within_distance_tol, int level)
+double
+surface_GetClosestPoint3dFirstOrderSubdivision(const ON_Surface *surf,
+                                              const ON_3dPoint& p,
+                                              const ON_Interval &u_interval,
+                                              double u,
+                                              const ON_Interval &v_interval,
+                                              double v,
+                                              double current_closest_dist,
+                                              ON_2dPoint& p2d,
+                                              ON_3dPoint& p3d,
+                                              double same_point_tol,
+                                              double within_distance_tol,
+                                              int level)
 {
     double min_distance = 0;
     double max_distance = 0;

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to