Algorithm Spline.
Let p(1)1 be a seed point, and and satisfy (4). h is the step-length. |
p(1)1 is a seed point |
For i = 2: n |
p(i)0 = p(i − 1)1 |
p(i)1 = end point of S(i − 1) |
Compute S(i), as described in (3). |
If θ ≥ 60° or FA ≤ 0.15, then Break |
End |
Let p(1)1 be a seed point, and and satisfy (4). h is the step-length. |
p(1)1 is a seed point |
For i = 2: n |
p(i)0 = p(i − 1)1 |
p(i)1 = end point of S(i − 1) |
Compute S(i), as described in (3). |
If θ ≥ 60° or FA ≤ 0.15, then Break |
End |