Next Article in Journal
Multiband and Lossless Compression of Hyperspectral Images
Next Article in Special Issue
Constructing Frozen Jacobian Iterative Methods for Solving Systems of Nonlinear Equations, Associated with ODEs and PDEs Using the Homotopy Method
Previous Article in Journal / Special Issue
Two Efficient Derivative-Free Iterative Methods for Solving Nonlinear Systems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Geometric Orthogonal Projection Strategy for Computing the Minimum Distance Between a Point and a Spatial Parametric Curve

1
College of Information Engineering, Guizhou Minzu University, Guiyang 550025, China
2
School of Mathematics and Computer Science, Yichun University, Yichun 336000, China
3
Center for Economic Research, Shandong University, Jinan 250100, China
4
College of Mathematics and Statistics, Yili Normal University, Yining 835000, China
*
Authors to whom correspondence should be addressed.
These authors contributed equally to this work.
Submission received: 25 November 2015 / Accepted: 2 February 2016 / Published: 6 February 2016
(This article belongs to the Special Issue Numerical Algorithms for Solving Nonlinear Equations and Systems)

Abstract

:
A new orthogonal projection method for computing the minimum distance between a point and a spatial parametric curve is presented. It consists of a geometric iteration which converges faster than the existing Newton’s method, and it is insensitive to the choice of initial values. We prove that projecting a point onto a spatial parametric curve under the method is globally second-order convergence.

1. Introduction

In this paper, we discuss how to compute the minimum distance between a point and a spatial parametric curve and return the nearest point on the curve as well as its corresponding parameter, which is also called the point projection problem (the point inversion problem) of a spatial parametric curve. It is an interesting problem due to its importance in geometric modeling, computer graphics and computer vision [1]. Both projection and inversion are essential for the interactively selecting curves [1,2], the curve fitting problem [1,2], and the reconstructing curves problem [3,4,5]. It is also a key issue in the ICP (iterative closest point) algorithm for shape registration and rendering of solid models with boundary representation and projecting of a spatial curve onto a surface for curve surface design [6]. Many algorithms have been developed by using various techniques including turning into solving a root problem of a polynomial equation, geometric methods, subdivision methods, circular clipping algorithm. For more details, see [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] and the references therein. In the various methods mentioned above, there are two key issues in the projection and the inversion problems: seeking a good initial value and using a Newton-type iterative method for computing the root.
In order to avoid the sensitivity of the initial point, we use the geometric iterative method with the global convergence. The main objective of this paper is to analyze a geometric iterative method, which solves the projection and has second-order approximation properties. It uses only the second-order information of the curve under consideration. We compute the parameter values by projecting points onto an osculating plane and use the second-order Taylor expansion of the curve to compute the parameter increments. We have proved that projecting a point onto a spatial parametric curve is globally second-order convergence. Numerical examples show the efficiency and the robustness of the new method.

2. Orthogonal Projection onto a Spatial Parametric Curve

Assume that c ( t ) is a C 2 curve in three-dimensional Euclidean space R 3 , and p is a test point. The scalar product of vectors x , y R 3 will be denoted by x , y , and the norm of a vector x by x . The curve’s curvature will be denoted by the symbol k which is computed by the formula k ( t ) = c ( t ) × c ( t ) c ( t ) 3 . Recall that the osculating sphere has a radius 1 / k and its center is determined by Equation (10).
A first-order geometric iterative method which computes the footpoint q of the test point p is as follows: The intersection of the osculating sphere s ¯ of the curve c ( t ) at t = t 0 and the line segment which connects the test point p and the center of the osculating sphere is the footpoint q. The footpoint q is expressed in terms of c ( t 0 ) and the derivative c ( t 0 ) (see Figure 1):
q = c ( t 0 ) + Δ t c ( t 0 )
Then,
Δ t = c ( t 0 ) , q c ( t 0 ) c ( t 0 ) , c ( t 0 )
Figure 1. Illustration of the first-order geometric iteration for computing the minimum distance between a point and a spatial parametric curve.
Figure 1. Illustration of the first-order geometric iteration for computing the minimum distance between a point and a spatial parametric curve.
Algorithms 09 00015 g001
We increase t 0 by Δ t and repeat the above procedure until Δ t is less than a given tolerance. Thus, we can compute the projection of the test point p onto the curve in a simple way.
In order to improve the efficiency of the geometric iteration, we present a second-order iterative method to compute the minimum distance between the test point p and a spatial parametric curve c ( t ) . This geometric second-order iterative method which computes the footpoint q of the test point p is as follows: orthogonal projecting of the test point p onto an osculating plane of the spatial parametric curve c ( t ) at t = t 0 yields a point v. Then, the intersection of an osculating sphere s ¯ and a line segment which connects the point v and a center of the osculating sphere s ¯ is the footpoint q. The intersection of the osculating plane of the spatial parametric curve c ( t ) at t = t 0 and the osculating sphere s ¯ of the spatial parametric curve c ( t ) at t = t 0 is a osculating circle c ¯ of the spatial parametric curve c ( t ) at t = t 0 . We assume that, for the moment, the osculating circle c ¯ is parameterized such that it has the same Taylor polynomial as the curve c ( t ) . Similar to the first-order geometric iterative method, we get (see Figure 2):
q = c ¯ ( t 0 + Δ t ) = c ( t 0 ) + Δ t c ( t 0 )
Then
Δ t = c ( t 0 ) , q c ( t 0 ) c ( t 0 ) , c ( t 0 )
Figure 2. Illustration of the second-order geometric iteration for computing the minimum distance between a point and a spatial parametric curve.
Figure 2. Illustration of the second-order geometric iteration for computing the minimum distance between a point and a spatial parametric curve.
Algorithms 09 00015 g002
We increase t 0 by Δ t and repeat the above procedure until Δ t is less than a given tolerance. This equation now can be used to compute the parameter increment Δ t . Iteration yields a second-order algorithm for computing the footpoint q which is determined by the given parameter value. This algorithm also fits to solve the inversion problem, e.g., computing the parameter value t for a point which is known to lie on the curve.
Remark 1. 
During the process of calculating the footpoint q, since the footpoint q only depends on the projection point v, which is the projection of the test point p onto the osculating plane, while the osculating plane is given by the osculating sphere s ¯ of the spatial parametric curve c ( t ) at t = t 0 . In addition, it is not necessary to compute the osculating circle c ¯ which is the intersection of the osculating plane and the osculating sphere s ¯ of the spatial parametric curve c ( t ) at t = t 0 . Hence, our proposed method improves the efficiency and stability for computing q.
Remark 2. 
If the denominator of the iterative Equation (4) becomes 0, i.e., c ( t 0 ) = 0 for some non-negative integer, first, we compute the distance between the test point p and the point c ( t 0 ) of the spatial parametric curve c ( t ) , namely, d 1 = p c ( t 0 ) . At the same time, we employ the parameter perturbation method, and the parameter t 0 is incremented by a small positive constant ε, i.e., t 0 = t 0 + ε , so the iteration can continue. In the process of the iteration, if the derivative of the spatial parametric curve c ( t ) at t = t 0 is zero, we adopt the same processing method. Finally, d = min { d 1 , d 2 , d 3 , } is the minimum distance between the test point p and the spatial parametric curve c ( t ) .
Remark 3. 
If the curvature k of the spatial parametric curve c ( t ) at t = t 0 becomes 0, i.e., for some non-negative integer, the processing method of this special case is similar to the method in Remark 1.
Remark 4. 
The iterative method in the iterative Equation (4) is an orthogonal projection method which projects a test point onto a spatial parametric curve c ( t ) . For the multiple orthogonal points situation, we use the method in the reference [14] to calculate all the orthogonal projection points, and then calculate all the distances between the test point p and all the orthogonal projection points. In the end, the minimum distance is the minimum one of all the distances between the test point p and all the orthogonal projection points.

3. Convergence Analysis

In this section, we consider the convergence analysis of the iterative technique given in Equation (4). Namely, we consider the problem of projecting a point onto a spatial parameter curve.
In order to prove that the method defined by Equation (4) is quadratically convergent, we firstly derive the expression of the foot point q. We assume that the parameter α is the corresponding parameter which we get from the orthogonal projection of a test point p onto a parameter curve c ( t ) . According to the calculation of the minimum distance between a point and a spatial parameter curve, we can get the following relationship
p h , n = 0
where h = ( f 1 ( α ) , f 2 ( α ) , f 3 ( α ) ) and the tangent vector. n = ( f 1 ( α ) , f 2 ( α ) , f 3 ( α ) ) Therefore, the Equation (5) can be rewritten as
p c ( α ) , n = 0
The unit normal vector, the curvature and the radius of the osculating sphere of the curve c ( t ) can be represented respectively by the following formulas,
β ( t ) = γ ( t ) × Ω ( t ) = c ( t ) c ( t ) × c ( t ) c ( t ) c ( t ) , c ( t ) c ( t ) · c ( t ) × c ( t ) c ( t )
k ( t ) = c ( t ) × c ( t ) c ( t ) 3 = B ( t ) A ( t ) 3
R ( t ) = 1 k ( t ) = A ( t ) 3 B ( t )
where γ ( t ) = c ( t ) × c ( t ) c ( t ) × c ( t ) , Ω ( t ) = c ( t ) c ( t ) , A ( t ) = c ( t ) B ( t ) = c ( t ) × c ( t ) .
In this paper, we prove the case in which R ( t ) = 1 k ( t ) = 1 k ( t ) . In addition, the proof method is also valid for the case R ( t ) = 1 k ( t ) = 1 k ( t ) only with an opposite sign. The center of the osculating sphere of the spatial parametric curve c ( t ) is defined by
m ( t ) = c ( t ) + β ( t ) / k ( t )
Now substituting Equations (7) and (8) into Equation (10), we obtain
m ( t ) = c ( t ) + A 3 ( t ) B ( t ) [ A ( t ) B ( t ) c ( t ) c ( t ) , c ( t ) A ( t ) B ( t ) c ( t ) ] = c ( t ) + A ( t ) 2 B ( t ) 2 [ c ( t ) A ( t ) c ( t ) , c ( t ) c ( t ) ]
The equation of the osculating plane of the spatial parametric curve c ( t ) can be expressed as following
x c ( t ) , γ ( t ) = 0
where x = ( x , y , z ) . Assume that the orthogonal projection of the test point p onto the osculating plane of the spatial parametric curve c ( t ) yields a point v. Thus, the equation of line segment p v is the following
x = p + γ ( t ) γ ( t ) w
where w is the parameter. Substituting Equation (13) into (12), we can obtain the parameter w as the following,
p c ( t ) , γ ( t ) + w γ ( t ) = 0
hence,
w = γ ( t ) , c ( t ) p γ ( t )
Substituting Equation (14) into Equation (13), we can get the coordinate value of the projection point v as the following
v = p + γ ( t ) γ ( t ) w
where parameter w is the same as that of Equation (14). The corresponding parametric equation of the line segment that connects the projecting point v and the center m ( t ) of the osculating sphere can be expressed as
x = v + ( m ( t ) v ) u ( t )
where u ( t ) is a parameter for the line segment between the center m of the osculating sphere and the projection point v. We know that the equation of the osculating sphere is
x m = R
Because the footpoint q is the intersection of the line segment Equation (16) and the osculating sphere Equation (17), we get
v + ( m ( t ) v ) u ( t ) m ( t ) = R ( t )
i.e., 1 u ( t ) m ( t ) v = R ( t ) .
There, we have
u ( t ) = 1 ± R ( t ) m ( t ) v
Because the footpoint q is located between the center m ( t ) of the osculating sphere and the projecting point v, so the parameter u ( t ) should be
u ( t ) = 1 R ( t ) m ( t ) v
Substituting Equation (20) into Equation (18), we get the footpoint coordinate
q ( t ) = v + ( m ( t ) v ) u ( t )
Secondly, we present the proof of the theorem, our proof method used in the following is distinguished from that literature [23]. We use the method of the numerical analysis similar to those in the literature [24,25,26,27,28].
Theorem 1 
Let q ( t ) c ( t ) be a three-dimensional real parametric curve function, assume that q ( t ) c ( t ) has first, second derivatives in an interval I. If q ( t ) c ( t ) has a simple root α I , and t n is close to α, then the iterative method Equation (4) is quadratically convergent.
Proof. 
Let e n = t n α , and let α be a simple root of q ( t ) c ( t ) = 0 , i.e., q ( α ) c ( α ) = 0 , q ( α ) c ( α ) 0 . For c ( t ) , using the Taylor’s expansion around α, we get
c ( t n ) = B 0 + B 1 e n + B 2 e n 2 + o ( e n 3 )
c ( t n ) = B 1 + 2 B 2 e n + o ( e n 2 )
c ( t n ) = 2 B 2 + o ( e n )
where B i = ( 1 / i ! ) c ( i ) ( α ) , i = 0 , 1 , 2 , . ☐
For convenience, we employ the symbolic computation of the Maple 18 package to compute the Taylor’s expansion as follows. Combining the derivation Equation (7)–(21) with the condition of orthogonal projection Equation (6), as well as Equation (22)–(24), and after simplifying, we get a formula of the parameter increment Δ t ,
Δ t = e n + B 1 , B 2 ( B 1 , B 1 + 4 B 2 , p 4 B 0 , B 2 ) B 1 , B 1 ( B 1 , B 1 2 B 2 , p + 2 B 0 , B 2 ) e n 2 + o ( e n 3 )
since
Δ t = e n + 1 e n .
Substituting Equation (26) into Equation (25), we can get the following error equation
e n + 1 = B 1 , B 2 ( B 1 , B 1 + 4 B 2 , p 4 B 0 , B 2 ) B 1 , B 1 ( B 1 , B 1 2 B 2 , p + 2 B 0 , B 2 ) e n 2 + o ( e n 3 )
This means that the method defined by Equation (4) is quadratically convergent.
In the following, we prove that Equation (4) is globally convergent.
Theorem 2 
For the test point p, if there only exists one orthogonal projection point, then the Equation (4) is globally convergent.
Proof. 
This proof is analogous to the proof in the literature [29,30]. If we start from an initial point on the left-hand side of α, then the footpoint q must be located on the right-hand side of the initial point, so Δ t is a positive real number. By Equation (4), we define the following iterative sequence:
t n = t n 1 + Δ t n 1
where
Δ t n 1 = c ( t n 1 ) , q c ( t n 1 ) c ( t n 1 ) , c ( t n 1 )
For t n < α , the sequence { t n } is strictly monotonic increasing. If t n > α , and then, by at most three iterations, the sequence { t n } converges to α. We should note that this iterative sequence { t n } is similar to an attenuated pendulum. Moreover, if the initial point is to the right-hand side of the root α, the convergence works in a similar way.
On the other hand, the footpoint q is jointly determined by the center of the osculating sphere and the orthogonal projection point v. Furthermore, the footpoint q is always associated with the test point p, but it is not restricted by the initial iteration point. Therefore, Equation (4) is globally convergent. ☐
Remark 5. 
The global convergence of the method in the iterative Equation (4) only requires that c ( t ) is C 2 , however, the global convergence of the method in the literature [26,27,28] must satisfy some stronger sufficient conditions.

4. Numerical Examples

This section shows the numerical evidence comparing the behavior of the Newton’s iterative algorithm and our second-order geometric algorithm discussed above.
Example 1. 
We consider the curve c ( t ) = ( t , t 2 , sin ( t ) ) . Table 1 shows the results of Newton’s iteration and geometric iteration. The experimental data shows our second-order algorithm has good convergence and robustness, but the convergence rate of Newton’s method is sometimes slower.
Table 1. Stepsizes Δt1, Δt2 in Example 1 for the Newton’s method and our second-order algorithm.
Table 1. Stepsizes Δt1, Δt2 in Example 1 for the Newton’s method and our second-order algorithm.
p = (1, 1, 1), t0 = 1.5
Step1234567
Δt1−3.4e−1−1.2e−1−1.7e−2−2.9e−4−8.3e−8−6.7e−150
Δt2−4.2e−1−6.3e−2−1.3e−3−5.0e−7−7.8e−147.3e−180
p = (1, 1, 1), t0 = −0.85
Step1234567
Δt11.036.3−2.1−1.43−9.1e-1−5.6e−1−3.1e−1
Step89101112
Δt1−1.1e−2−1.3e−4−1.6e−8−2.2e−160
Step1234567
Δt21.26.5e−11.2e−2−4.1e−5−5.2e−107.4e−180
Example 2. 
We consider the curve c ( t ) = ( t , sin ( t ) , 0 ) . Table 2 shows the results of Newton’s iteration and geometric iteration. The experimental data shows that our second-order algorithm has good convergence and robustness, the convergence of Newton’s method is sensitive to the choice of initial values and unstable compared with our Euqation (4). Note that NC in Table 2 means the Newton’s second-order iterative method does not converge to the root.
Table 2. Stepsizes Δt1, Δt2 in Example 2 for the Newton’s method and our second-order algorithm.
Table 2. Stepsizes Δt1, Δt2 in Example 2 for the Newton’s method and our second-order algorithm.
p = (2, 2, 0), t0 = −0.32
Step123456
Δt1NCNCNCNCNCNC
Δt21.822.8e−12.1e−38.3e−71.4e−130
p = (2, 2, 0), t0 = 4.2
Step1234567
Δt1NCNCNCNCNCNCNC
Δt2−7.2e−1−1.65−4.1e−23.5e−42.5e−82.2e−160

5. Conclusions

This paper investigates the problem related to a point projection onto spatial parametric curves by using curvature information. This method is globally second-order convergence. Experimental results show that the algorithm under consideration is robust and efficient. An area for future research is to develop a more efficient algorithm with higher-order convergence for computing the minimum distance between a point and a spatial parametric curve.

Acknowledgments

We would like to take the opportunity to thank the reviewers for their thoughtful and meaningful comments. This work is supported by the National Natural Science Foundation of China (Grant No. 61263034), National Bureau of statistics Foundation Funded Project (Grant No. 2014LY011), Scientific and Technology Foundation Funded Project of Guizhou Province (Grant No.[2014] 2093), Key Laboratory of Pattern Recognition and Intelligent System of Construction Project of Guizhou Province (Grant No. [2009] 4002), Information Processing and Pattern Recognition for Graduate Education Innovation Base of Guizhou Province. Qiao Xin is supported by the Natural Science Foundation of Uygur Autonomous Region of Xinjiang (Grant No. 201442137-30) and the National Natural Science Foundation of China (Grant No. 11461075). Linke Hou is supported by the Visiting Scholar Program of Chinese Scholarship Council (Grant No. 201406225058).

Author Contributions

The idea for this research work is proposed by Xiaowu Li and Linke Hou, numerical examples is done by Zhinan Wu, Qiao Xin and Xiaowu Li , the code procedure realization is achieved by Zhinan Wu, Qiao Xin and Chunguang Yue, theorem proof is done by Xiaowu Li, Lin Wang and the paper writing is completed by Xiaowu Li and Linke Hou.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Ma, Y.L.; Hewitt, W.T. Point inversion and projection for NURBS curve and surface: Control polygon approach. Comput. Aided Geometric Des. 2003, 20, 79–99. [Google Scholar] [CrossRef]
  2. Yang, H.P.; Wang, W.P.; Sun, J.G. Control point adjustment for B-spline curve approximation. Comput. Aided Design 2004, 36, 639–652. [Google Scholar] [CrossRef] [Green Version]
  3. Johnson, D.E.; Cohen, E. A Framework for efficient minimum distance computations. In Proceedings of IEEE Intemational Conference on Robotics & Automation, Leuven, Belgium, 16–20 May 1998.
  4. Piegl, L.; Tiller, W. Parametrization for surface fitting in reverse engineering. Comput. Aided Des. 2001, 33, 593–603. [Google Scholar] [CrossRef]
  5. Pegna, J.; Wolter, F.E. Surface curve design by orthogonal projection of space curves onto free-form surfaces. J. Mech. Design ASME Trans. 1996, 118, 45–52. [Google Scholar] [CrossRef]
  6. Besl, P.J.; McKay, N.D. A method for registration of 3-D shapes. IEEE Trans. Pattern Anal. Mach. Intell. 1992, 14, 239–256. [Google Scholar] [CrossRef]
  7. Mortenson, M.E. Geometric Modeling; Wiley: New York, NY, USA, 1985. [Google Scholar]
  8. Zhou, J.M.; Sherbrooke, E.C.; Patrikalakis, N. Computation of stationary points of distance functions. Engin. Comput. 1993, 9, 231–246. [Google Scholar] [CrossRef]
  9. Johnson, D.E.; Cohen, E. Distance extrema for spline models using tangent cones. In Proceedings of the 2005 Conference on Graphics Interface, Victoria, BC, Canada, 9–11 May 2005.
  10. Hartmann, E. On the curvature of curves and surfaces defined by normalforms. Comput. Aided Geometric Des. 1999, 16, 355–376. [Google Scholar] [CrossRef]
  11. Limaien, A.; Trochu, F. Geometric algorithms for the intersection of curves and surfaces. Comput. Gr. 1995, 19, 391–403. [Google Scholar]
  12. Polak, E.; Royset, J.O. Algorithms with adaptive smoothing for finite minimax problems. J. Optim. Theory Appl. 2003, 119, 459–284. [Google Scholar] [CrossRef]
  13. Press, W.H.; Teukolsky, S.A.; Vetterling, W.T.; Flannery, B.P. Numerical Recipes in C: The Art of Scientific Computing; Cambridge University Press: NewYork, NY, USA, 1992. [Google Scholar]
  14. Elber, G.; Kim, M.S. Geometric Constraint solver using multivariate rational spline functions. In Proceedings of the Sixth ACM Symposiumon Solidmodeling and Applications, New York, NY, USA, 1 May 2001; pp. 1–10.
  15. Patrikalakis, N.; Maekawa, T. Shape Interrogation for Computer Aided Design and Manufacturing; Springer: Berlin, Germany, 2001. [Google Scholar]
  16. Chen, X.D.; Zhou, Y.; Shu, Z.Y.; Su, H.; Paul, J.C. Improved Algebraic Algorithmon Point Projection for Bézier Curves; The University of Iowa: Des Moines, IA, USA, 2007. [Google Scholar]
  17. Selimovic, I. Improved algorithms for the projection of points on NURBS curves and surfaces. Comput. Aided Geometric Des. 2006, 23, 439–445. [Google Scholar] [CrossRef]
  18. Boehm, W. Inserting new knots into B-spline curves. Comput. Aided Des. 1980, 12, 199–201. [Google Scholar] [CrossRef]
  19. Cohen, E.; Lyche, T.; Riesebfeld, R. Discrete B-splines and subdivision techniques in computer-aided geometric design and computer graphics. Comput. Gr. Image Process. 1980, 14, 87–111. [Google Scholar] [CrossRef]
  20. Piegl, L.; Tiller, W. The NURBS Book; Springer: New York, NY, USA, 1995. [Google Scholar]
  21. Chen, X.D.; Yong, J.H.; Wang, G.Z.; Paul, J.C.; Xu, G. Computing the minimum distance between a point and a NURBS curve. Comput. Aided Des. 2008, 40, 1051–1054. [Google Scholar] [CrossRef] [Green Version]
  22. Hu, S.M.; Wallner, J. A second-order algorithm for orthogonal projection onto curves and surfaces. Comput. Aided Geometric Des. 2005, 22, 251–260. [Google Scholar] [CrossRef]
  23. Schulz, C. Bézier clipping is quadratically convergent. Comput. Aided Geometric Des. 2009, 26, 61–74. [Google Scholar] [CrossRef]
  24. Li, X.W.; Mu, C.L.; Ma, J.W.; Wang, C. Sixteenth-order method for nonlinear equations. Appl. Math. Comput. 2010, 215, 3754–3758. [Google Scholar] [CrossRef]
  25. Liang, J.; Li, X.W.; Wu, Z.W.; Zhang, M.S.; Wang, L.; Pan, F. Fifth-order iterative method for solving multiple roots of the highest multiplicity of nonlinear equation. Algorithms 2015, 8, 656–668. [Google Scholar] [CrossRef]
  26. Cordero, A.; Hueso, J. L.; Martínez, E.; Torregrosa, J. R. A modified Newton-Jarratt’s composition. Numer. Algor. 2010, 55, 87–99. [Google Scholar] [CrossRef]
  27. Grau-Sanchez, M.; Noguera, M.; Amat, S. On the approximation of derivatives using divided difference operators preserving the local convergence order of iterative methods. J. Comput. Appl. Math. 2013, 237, 363–372. [Google Scholar] [CrossRef]
  28. Ostrowski, A.M. Solutions of Equations and Systems of Equations; Academic Press: New York, NY, USA, 1966. [Google Scholar]
  29. Melmant, A. Geometry and Convergence of Euler’s and Halley’s Methods. SIAM Rev. 1997, 39, 728–735. [Google Scholar] [CrossRef]
  30. Traub, J.F. A Class of Globally Convergent Iteration Functions for the Solution of Polynomial Equations. Math. Comput. 1966, 20, 113–138. [Google Scholar] [CrossRef]

Share and Cite

MDPI and ACS Style

Li, X.; Wu, Z.; Hou, L.; Wang, L.; Yue, C.; Xin, Q. A Geometric Orthogonal Projection Strategy for Computing the Minimum Distance Between a Point and a Spatial Parametric Curve. Algorithms 2016, 9, 15. https://0-doi-org.brum.beds.ac.uk/10.3390/a9010015

AMA Style

Li X, Wu Z, Hou L, Wang L, Yue C, Xin Q. A Geometric Orthogonal Projection Strategy for Computing the Minimum Distance Between a Point and a Spatial Parametric Curve. Algorithms. 2016; 9(1):15. https://0-doi-org.brum.beds.ac.uk/10.3390/a9010015

Chicago/Turabian Style

Li, Xiaowu, Zhinan Wu, Linke Hou, Lin Wang, Chunguang Yue, and Qiao Xin. 2016. "A Geometric Orthogonal Projection Strategy for Computing the Minimum Distance Between a Point and a Spatial Parametric Curve" Algorithms 9, no. 1: 15. https://0-doi-org.brum.beds.ac.uk/10.3390/a9010015

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop