<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">JCC</journal-id><journal-title-group><journal-title>Journal of Computer and Communications</journal-title></journal-title-group><issn pub-type="epub">2327-5219</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/jcc.2020.86001</article-id><article-id pub-id-type="publisher-id">JCC-100751</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Computer Science&amp;Communications</subject></subj-group></article-categories><title-group><article-title>
 
 
  Calculation of Space NURBS Curve Interpolation Error
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Liangji</surname><given-names>Chen</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Fei</surname><given-names>Gao</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Bo</surname><given-names>Zhao</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Longfei</surname><given-names>Ma</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib></contrib-group><aff id="aff1"><addr-line>School of Mechanical Engineering, Tiangong University, Tianjin, China</addr-line></aff><pub-date pub-type="epub"><day>05</day><month>06</month><year>2020</year></pub-date><volume>08</volume><issue>06</issue><fpage>1</fpage><lpage>9</lpage><history><date date-type="received"><day>13,</day>	<month>May</month>	<year>2020</year></date><date date-type="rev-recd"><day>5,</day>	<month>June</month>	<year>2020</year>	</date><date date-type="accepted"><day>8,</day>	<month>June</month>	<year>2020</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  Aiming at the problem of low accuracy of interpolation error calculation of existing NURBS curves, an approximate method for the distance between a point and a NURBS interpolation curve is proposed while satisfying the accuracy of the solution. Firstly, the minimum parameter interval of the node vector corresponding to the data point under test in the original data point sequence is determined, and the parameter interval is subdivided according to the corresponding step size, and the corresponding parameter value is obtained. Secondly, the distance from the measured point to the NURBS curve is calculated, and the nearest distance is found out. The node interval is subdivided again on one side of the nearest distance. Finally, the distance between the data point to be measured and each subdivision point is calculated again, and the minimum distance is taken as the interpolation error between the point and the NURBS curve. The simulation results of actual tool position data show that this method can more accurately obtain the error of spatial NURBS interpolation curve.
 
</p></abstract><kwd-group><kwd>Computer-Aided Design</kwd><kwd> NURBS Interpolation Curve</kwd><kwd> Interpolation Error</kwd><kwd> Approximation Solution</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>NURBS curve and surface interpolation technology has a broad application prospect in Computer-Aided Design, and has become the most popular mathematical expression as early as the 1980s [<xref ref-type="bibr" rid="scirp.100751-ref1">1</xref>] [<xref ref-type="bibr" rid="scirp.100751-ref2">2</xref>] [<xref ref-type="bibr" rid="scirp.100751-ref3">3</xref>]. In the design and production process in the field of numerical control machining, it is necessary to seek the optimal NURBS curve and surface expression from a large number of original cutter point data [<xref ref-type="bibr" rid="scirp.100751-ref4">4</xref>]. Gofuku et al. [<xref ref-type="bibr" rid="scirp.100751-ref5">5</xref>] proposed a technique to interpolate B-spline curves through geometric algorithm, which has a compact representation and does not need to be given the size of the tangent vector and the normal vector. Yoshimoto et al. [<xref ref-type="bibr" rid="scirp.100751-ref6">6</xref>] proposed a genetic algorithm based on real number coding, which can achieve a better fitting effect when dealing with smooth data. Park et al. [<xref ref-type="bibr" rid="scirp.100751-ref7">7</xref>] proposed a B-spline curve approximation method based on error adaptive control, which can obtain the minimum control point curve satisfying the preset fitting accuracy without the given number of control points.</p><p>The interpolation error is an important basis for measuring the distance between the spatial uninvolved interpolation data points and the NURBS interpolation curves. The above scholars have given corresponding interpolation error calculation models for the interpolation error calculation problem, and the quality of the error calculation model directly affects the number of iterations of the NURBS interpolation curve and the number of interpolation data points, and finally affects the efficiency in the actual processing process. In addition to the above scholars, Hu et al. [<xref ref-type="bibr" rid="scirp.100751-ref8">8</xref>] proposed a method to calculate the minimum distance between a point and a curve by using the projection method. This method has a fast convergence rate, but strict requirements on the selection of initial values in the iterative process. Stakhov [<xref ref-type="bibr" rid="scirp.100751-ref9">9</xref>] proposed a golden section method to calculate the minimum distance from the point to the curve. The method has a slow convergence speed and uncertain direction. Shopova et al. [<xref ref-type="bibr" rid="scirp.100751-ref10">10</xref>] and Vallex et al. [<xref ref-type="bibr" rid="scirp.100751-ref11">11</xref>] proposed genetic algorithm and particle swarm optimization algorithm respectively. These methods can obtain the global optimal solution, but the algorithm is complex and the calculation takes a long time. Theoretically, the interpolation error value is the radius of the circular arc tangent to the NURBS curve at the data point to be measured. The radius value is taken as the theoretical interpolation error value. Due to the complexity of the calculation of this method, most scholars have not adopted this method for calculation. Currently, the most extensive deviation calculation method is to carry out parametric calculation on all data points to be tested, calculate the corresponding points of each parameter value on the NURBS curve, and take the distance between the data points and the corresponding points on the NURBS curve as the actual interpolation error value [<xref ref-type="bibr" rid="scirp.100751-ref12">12</xref>]. In view of the above calculation method, it is easy to produce the problem of low accuracy and poor reliability, which will greatly increase the number of iterations and the selection of interpolation data points.</p><p>Based on the above analysis, this article will elaborate on the following four parts. In the first part, the method steps of interpolating the global curve of a given data point are introduced in detail. In the second part, this paper proposes a new method for calculating spatial NURBS curve interpolation error, and explains the calculation process of this method in detail. In the third part, the error calculation method is compared with the existing method to show the superiority of accuracy in error calculation. The fourth part summarizes the whole paper and explains the application value of the NURBS curve error calculation method.</p></sec><sec id="s2"><title>2. NURBS Curve Interpolation</title><sec id="s2_1"><title>2.1. A Basic Definition of a NURBS Curve</title><p>A p-degree NURBS curve is defined as [<xref ref-type="bibr" rid="scirp.100751-ref13">13</xref>]</p><p>C ( u ) = ∑ i = 0 n N i , p ( u ) ω i P i ∑ i = 0 n N i , p ( u ) ω i , u ∈ [ 0 , 1 ] (1)</p><p>In Equation (1), { P i } is the control point of NURBS curve. The number of control points is n + 1, and the lines of all control points { P i } constitute the control polygon of NURBS curve. { ω i } is the weight factor value of the corresponding control point { P i } ; N i , p ( u ) is the pth B-spline basis function.</p><p>The B-spline basis function is defined in the node vector</p><p>U = ( u 0 , u 1 , ⋯ , u m )</p><p>(where: m = n + p + 1 , and the number of nodes is m + 1). B-spline basis function can be obtained by de Boor-Cox recurrence formula</p><p>{ N i , 0 ( u ) = { 1 , if u i ≤ u ≤ u i + 1 0 , else N i , p ( u ) = u − u i u i + p − u i N i , p − 1 ( u ) + u i + p + 1 − u u i + p + 1 − u i + 1 N i + 1 , p − 1 ( u ) let 0 0 = 0 . (2)</p></sec><sec id="s2_2"><title>2.2. Calculation of NURBS Curve</title><p>For the data point set of NURBS curve interpolation, the following interpolation calculation method can be used to calculate the NURBS curve interpolation.</p><sec id="s2_2_1"><title>2.2.1. Parametric Calculation of Feature Points</title><p>First, we need to parameterize the set of data points participating in the interpolation. In this paper, the most commonly used string length parameterization method is used to parameterize the feature data points.</p><p>For data point set { Q j } ( j = 0 , 1 , 2 , ⋯ , n ) , let the total chord length be D, then there will be</p><p>D = ∑ j = 1 n | Q j − Q j − 1 | (3)</p><p>Then, the parameters corresponding to each data point { Q j } ( j = 0 , 1 , 2 , ⋯ , n ) can be represented as</p><p>u &#175; 0 = 0 u &#175; j = u &#175; j − 1 + | Q j − Q j − 1 | D , j = 1 , 2 , ⋯ , n − 1 u &#175; n = 1 . (4)</p></sec><sec id="s2_2_2"><title>2.2.2. Node Vector Calculation</title><p>Let the node vector be U = ( u 0 , u 1 , ⋯ , u m ) . In order to make the node vector reflect the distribution of u &#175; j well, this paper adopts the method of taking the average value, namely</p><p>u 0 = ⋯ = u p = 0 u i + p = 1 p ∑ j = i i + p − 1 u &#175; j ( i = 1 , 2 , ⋯ , n − p ) u m − p = ⋯ = u m = 1 (5)</p><p>where U is equal to ( 0 , ⋯ , 0 ︸ p + 1 , u p + 1 , ⋯ , u m − p − 1 , 1 , ⋯ , 1 ︸ p + 1 ) .</p></sec><sec id="s2_2_3"><title>2.2.3. The Calculation of Control Points</title><p>In order to simplify the calculation, all the weight factor values ω i are set as 1 in this paper, and ∑ i = 0 n N i , p ( u ) = 1 can be known from the normalization of the NURBS curve. At this point, Equation (1) can be simplified to</p><p>C ( u ) = ∑ i = 0 n N i , p ( u ) P i (6)</p><p>Establish the following system of linear Equations for the control point P i</p><p>Q j = C ( u &#175; j ) = ∑ i = 0 n N i , p ( u &#175; j ) P i ( j = 0 , 1 , ⋯ , n ) (7)</p><p>In Equation (7), ∑ i = 0 n N i , p ( u &#175; j ) is the matrix of ( n + 1 ) &#215; ( n + 1 ) coefficients. The parameter u &#175; j and the node vector U can be obtained by using Equations (3)-(5). The B-spline basis function can be obtained by using Equation (2), and the following linear equations can be obtained by substituting into Equation (7)</p><p>[ 1 0 0 ⋯ 0 N 0 , 3 ( u &#175; 1 ) N 1 , 3 ( u &#175; 1 ) N 2 , 3 ( u &#175; 1 ) ⋯ N n , 3 ( u &#175; 1 ) N 0 , 3 ( u &#175; 2 ) N 1 , 3 ( u &#175; 2 ) N 2 , 3 ( u &#175; 2 ) ⋯ N n , 3 ( u &#175; 2 ) ⋮ ⋮ ⋮ ⋱ ⋮ 0 0 0 ⋯ 1 ] ⋅ [ P 0 P 1 P 2 ⋮ P n ] = [ Q 0 Q 1 Q 2 ⋮ Q n ] (8)</p><p>After solving the control point set { P i } ( i = 0 , 1 , 2 , ⋯ , n ) in Equation (8), A NURBS interpolation curve about the feature data point { Q j } ( j = 0 , 1 , 2 , ⋯ , n ) participating in the interpolation can be uniquely determined.</p></sec></sec></sec><sec id="s3"><title>3. Interpolation Error Calculation of NURBS Curve</title><p>An initial NURBS interpolation curve is constructed according to the calculation method of the NURBS interpolation curve calculated in Section 2. However, for data point set { Q s } ( s = 0 , 1 , ⋯ , t − n − 1 ) in the original data point set { Q i } ( i = 0 , 1 , ⋯ , t ) that does not belong to interpolation data point set { Q j } ( j = 0 , 1 , ⋯ , n ) and does not participate in NURBS curve interpolation, interpolation error ε s at all data points Q s should be calculated to verify whether the constraint condition that ε s is not greater than the preset interpolation error ε is satisfied. In order to calculate the interpolation error ε s at each data point Q s , an approximate solution method for the distance from the following point to the NURBS interpolation curve is proposed in this paper.</p><p>The first step is to determine the minimum parameter node interval ( u a , u b ) of the node vector corresponding to the data point Q s in the original data point sequence, as shown in <xref ref-type="fig" rid="fig1">Figure 1</xref>.</p><p>The parameter node interval ( u a , u b ) is divided by step h for R (where R is the number of data points not involved in interpolation between two adjacent characteristic data points), and u r = u a + r h ( r = 0 , 1 , 2 , ⋯ , R ) is taken, where the calculation formula of step h is</p><p>h = u b − u a R (9)</p><p>Calculate the distance between Q s and C ( u r ) , ε r , take the minimum value in ε r as ε c , and the point on the curve corresponding to ε c as C ( u c ) , as shown in <xref ref-type="fig" rid="fig2">Figure 2</xref>(a). The calculation formulas of ε r and ε c are respectively</p><p>ε r = | Q s − C ( u r ) | , u a ≤ u r ≤ u b (10)</p><p>ε c = min 0 ≤ r ≤ R | Q s − C ( u r ) | (11)</p><p>Take parameter u c as the center, and take parameter u c − and u c + on each side (where u c − = u c − h , u c + = u c + h ). Calculate the distance L c − and L c + from data points Q s to two points C ( u c − ) and C ( u c + ) respectively, and take the smaller value of the two as L min .</p><p>On the side where L min is obtained (may as well be set as C ( u c + ) ), W parameter nodes are taken to form the parameter interval of ( u c , u c + W ) (The satisfactory accuracy can be obtained if W is 3). The data point Q s is projected to the NURBS curve segment from C ( u c ) to C ( u c + 3 ) , and the projection point is set as C ( u w ) ( w = 0 , 1 , 2, ⋯ ), calculate the distance ε w between Q s and C ( u w ) , take the minimum value in ε w as ε s , and the point on the curve corresponding to ε s as C ( u d ) , as shown in <xref ref-type="fig" rid="fig2">Figure 2</xref>(b).</p><p>In the parameter node interval ( u c , u c + W ) , R ′ ( R ′ = 10 W ) is divided by step h ′ , and u w = u c + w h ( w = 0 , 1 , 2 , ⋯ , R ′ ) is taken, where the calculation formula of step h ′ is</p><p>h ′ = u c + W − u c R ′ (12)</p><p>The calculation formulas of the distance between data point Q s and C ( u w ) , ε w and ε s can be respectively calculated as</p><p>ε w = | Q s − C ( u w ) | , u c ≤ u w ≤ u c + W (13)</p><p>ε s = min 0 ≤ w ≤ R ′ | Q s − C ( u w ) | (14)</p><p>Now, the specific algorithm steps of the approximate solution method for interpolation error can be summarized as follows:</p><p>l Search the minimum parameter node interval ( u a , u b ) in the node vector corresponding to the data point Q s in the original data point sequence, divide the parameter interval by the step length h calculated by Equation (9) into R equal parts, and obtain the value of each parameter at the equal point respectively.</p><p>l The distance ε r between Q s and various points on the curve corresponding to parameter u r is calculated by using Equation (10), and the minimum distance ε c is obtained by combining Equation (11). Meanwhile, the point C ( u c ) and parameter u c on the curve corresponding to ε c are determined.</p><p>l Taking parameter u c as the center, one parameter u c − and u c + are taken on each side before and after, to calculate the distance L c − and L c + between Q s and two points C ( u c − ) and C ( u c + ) , and to determine the smaller value L min .</p><p>l On the side where L min is obtained, the parameter interval ( u c , u c + W ) is obtained, and the R ′ bisection is performed by using Equation (12), and the value u w ( w = 0 , 1 , 2 , ⋯ , R ′ ) at the same bisection point of each parameter is obtained, respectively. ε w and ε s are calculated by using Equation (13) and Equation (14).</p></sec><sec id="s4"><title>4. Actual Data Calculation Results and Comparative Analysis</title><p>In order to verify the accuracy and feasibility of the interpolation error calculation method proposed in this paper, firstly, { Q j } set of data points to be interpolated and a measurement point Q outside the data points are given in this paper. The coordinate of the measurement point Q outside the data points is Q = ( 11 .3929,5 .6180,6 .8010 ) , and the spatial position coordinates of each point are shown in <xref ref-type="table" rid="table1">Table 1</xref>.</p><p>The NURBS curve interpolation method in Section 2 is used to interpolate { Q j } , and the relationship between the interpolated NURBS curve, the interpolated data point { Q j } and the measured point Q is shown in <xref ref-type="fig" rid="fig3">Figure 3</xref>.</p><p>Using the interpolation error calculation method proposed in this paper, the distance between the measured point Q and the NURBS interpolation curve is calculated by using the existing neighborhood comparison method [<xref ref-type="bibr" rid="scirp.100751-ref12">12</xref>] and the stepwise scanning method [<xref ref-type="bibr" rid="scirp.100751-ref14">14</xref>] respectively. The calculation results and calculation time of various methods are listed in <xref ref-type="table" rid="table2">Table 2</xref>. The theoretical distance in <xref ref-type="table" rid="table2">Table 2</xref> is calculated by using UG/NX software.</p><table-wrap id="table1" ><label><xref ref-type="table" rid="table1">Table 1</xref></label><caption><title> Data points used to be interpolated to the NURBS curve</title></caption><table><tbody><thead><tr><th align="center" valign="middle"  rowspan="2"  >The serial number</th><th align="center" valign="middle"  colspan="3"  >Interpolate the data point { Q j }</th></tr></thead><tr><td align="center" valign="middle" >x</td><td align="center" valign="middle" >y</td><td align="center" valign="middle" >z</td></tr><tr><td align="center" valign="middle" >1 2 3 4 5 6 7 8 9 10 11 12</td><td align="center" valign="middle" >0 1.9743 3.9680 5.9108 7.7814 9.5064 11.3929 12.9686 14.7736 16.7677 18.5153 20.0000</td><td align="center" valign="middle" >5.6180 5.6180 5.6180 5.6180 5.6180 5.6180 5.6180 5.6180 5.6180 5.6180 5.6180 5.6180</td><td align="center" valign="middle" >4.9750 4.7900 4.9110 5.3927 6.0500 5.6537 4.8011 3.8485 3.0845 3.2558 4.1447 5.3626</td></tr></tbody></table></table-wrap><table-wrap id="table2" ><label><xref ref-type="table" rid="table2">Table 2</xref></label><caption><title> The results of the three methods are compared</title></caption><table><tbody><thead><tr><th align="center" valign="middle"  rowspan="2"  >Methods</th><th align="center" valign="middle"  colspan="2"  >Theoretical minimum distance: 1.1871 mm</th></tr></thead><tr><td align="center" valign="middle" >The minimum distance (mm)</td><td align="center" valign="middle" >Time (seconds)</td></tr><tr><td align="center" valign="middle" >Stepwise scanning method Neighborhood comparison method The proposed method</td><td align="center" valign="middle" >1.7986 1.7881 1.7878</td><td align="center" valign="middle" >9.3167 10.4256 12.3928</td></tr></tbody></table></table-wrap><p>As can be seen from <xref ref-type="table" rid="table2">Table 2</xref>, the approximate error solutions can be obtained by the three calculation methods. Among them, the minimum distance calculated by the stepwise scanning method is 0.0115 mm larger than the theoretical minimum distance, but the calculation time is the shortest. The minimum distance calculated by the neighborhood comparison method is 0.0010 mm larger than the theoretical minimum distance, and the calculation time is much longer than that by the neighborhood comparison method. The minimum distance calculated by the method in this paper is 0.0007 mm larger than the theoretical minimum distance and takes the longest time to calculate. However, the actual distance calculated by the method in this paper is closer to the theoretical distance calculated by using UG/NX software, which can more accurately express the error results of NURBS curve interpolation. Therefore, the interpolation error calculation method proposed in this paper is effective in the actual interpolation error calculation process.</p></sec><sec id="s5"><title>5. Conclusion</title><p>Solution space for NURBS curve point to the curve of minimum distance problem, this paper puts forward a new type of computing space discrete data points to NURBS curve distance method, and the correctness of the method through examples, and compared with other existing methods, the calculation precision of the method is higher, to reflect the NURBS curve interpolation error and improve the efficiency of iteration has good application value.</p></sec><sec id="s6"><title>Conflicts of Interest</title><p>The authors declare no conflicts of interest regarding the publication of this paper.</p></sec><sec id="s7"><title>Cite this paper</title><p>Chen, L.J., Gao, F., Zhao, B. and Ma, L.F. (2020) Calculation of Space NURBS Curve Interpolation Error. Journal of Computer and Communications, 8, 1-9. https://doi.org/10.4236/jcc.2020.86001</p></sec></body><back><ref-list><title>References</title><ref id="scirp.100751-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Lasemi, A., Xue, D. and Gu, P. (2010) Recent Development in CNC Machining of Freeform Surfaces: A State-of-the-Art Review. Computer-Aided Design, 42, 641-654. https://doi.org/10.1016/j.cad.2010.04.002</mixed-citation></ref><ref id="scirp.100751-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Jahanpour, J., Motallebi, M. and Porghoveh, M. (2016) A Novel Trajectory Planning Scheme for Parallel Machining Robots Enhanced with NURBS Curves. Joumal of Intelligent &amp; Robotic Systems, 82, 257-275. https://doi.org/10.1007/s10846-015-0239-6</mixed-citation></ref><ref id="scirp.100751-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Ruben, S. and Ettore, B. (2014) NURBS Distance Fields for Extremely Curved Cracks. Computational Mechanics, 54, 1431-1446. https://doi.org/10.1007/s00466-014-1067-4</mixed-citation></ref><ref id="scirp.100751-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Galvez, A. and Iglesias, A. (2013) Firefly Algorithm for Explicit B-Spline Curve Fitting to Data Points. Mathematical Problems in Engineering, 2013, Article ID: 528215. https://doi.org/10.1155/2013/528215</mixed-citation></ref><ref id="scirp.100751-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Gofuku, S., Tamura, S. and Maekawa, T. (2009) Point-Tangent/Point-Normal B-Spline Curve Interpolation by Geometric Algorithms. Computer-Aided Design, 41, 412-422. https://doi.org/10.1016/j.cad.2009.02.005</mixed-citation></ref><ref id="scirp.100751-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Yoshimoto, F., Harada, T. and Yoshimoto, Y. (2003) Data Fitting with a Spline Using a Real-Coded Genetic Algorithm. Computer-Aided Design, 35, 751-760. https://doi.org/10.1016/S0010-4485(03)00006-X</mixed-citation></ref><ref id="scirp.100751-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Park, H. and Lee, J.-H. (2006) B-Spline Curve Fitting Based on Adaptive Curve Refinement Using Dominant Points. Computer-Aided Design, 39, 439-451. https://doi.org/10.1016/j.cad.2006.12.006</mixed-citation></ref><ref id="scirp.100751-ref8"><label>8</label><mixed-citation publication-type="other" xlink:type="simple">Hu, S.-M. and Wallner, J. (2004) A Second Order Algorithm for Orthogonal Projection onto Curves and Surfaces. Computer Aided Geometric Design, 22, 251-260. https://doi.org/10.1016/j.cagd.2004.12.001</mixed-citation></ref><ref id="scirp.100751-ref9"><label>9</label><mixed-citation publication-type="other" xlink:type="simple">Stakhov, A. (2005) The Golden Section, Secrets of the Egyptian Civilization and Harmony Mathematics. Chaos, Solitons and Fractals, 30, 490-505. https://doi.org/10.1016/j.chaos.2005.11.022</mixed-citation></ref><ref id="scirp.100751-ref10"><label>10</label><mixed-citation publication-type="other" xlink:type="simple">Shopova, E.G. and Vaklieva-Bancheva, N.G. (2006) BASIC—A Genetic Algorithm for Engineering Problems Solution. Computers and Chemical Engineering, 30, 1293-1309. https://doi.org/10.1016/j.compchemeng.2006.03.003</mixed-citation></ref><ref id="scirp.100751-ref11"><label>11</label><mixed-citation publication-type="other" xlink:type="simple">Valle, Y., Venayagamoorthy, G.K. and Mohagheghi, S. (2008) Particle Swarm Optimization: Basic Concepts, Variants and Applications in Power Systems. IEEE Transaction on Evolutionary Computation, 12, 171-195. https://doi.org/10.1109/TEVC.2007.896686</mixed-citation></ref><ref id="scirp.100751-ref12"><label>12</label><mixed-citation publication-type="other" xlink:type="simple">Jiang, B.C., Han, J. and Xia, L. (2015) Accurate Solution Algorithm of B-Spline Curve Approximation Deviation. Manufacturing Technology and Machine Tools, No. 7, 67-71.</mixed-citation></ref><ref id="scirp.100751-ref13"><label>13</label><mixed-citation publication-type="other" xlink:type="simple">Piegl, L. and Tller, W. (2012) The NURBS Book. Springer Science &amp; Business Media, Berlin.</mixed-citation></ref><ref id="scirp.100751-ref14"><label>14</label><mixed-citation publication-type="other" xlink:type="simple">He, G.Y. (2002) Visual C++ Common Numerical Algorithm Set. Science Press, Beijing, 528-529.</mixed-citation></ref></ref-list></back></article>