powered by
Creates a sequence of points on the polysphere linearly interpolating between two points extrinsically.
interp_polysph(x, y, ind_dj, N = 10)
A matrix of size c(N, sum(d) + r) with the interpolation.
c(N, sum(d) + r)
a vector of size sum(d) + r with the begin point.
sum(d) + r
a vector of size sum(d) + r with the end point.
0-based index separating the blocks of spheres that is computed with comp_ind_dj.
0
comp_ind_dj
number of points in the sequence. Defaults to 10.
10
interp_polysph(x = c(1, 0), y = c(0, 1), ind_dj = comp_ind_dj(d = 1))
Run the code above in your browser using DataLab