powered by
Construct full interpolated frames
givens_full_path(Fa, Fz, nsteps)
array with nsteps+1 matrices. Each matrix is interpolated frame in between starting and target frames.
starting pxd frame
target pxd frame
number of steps of interpolation
p <- 4 base1 <- tourr::orthonormalise(tourr::basis_random(p, d=1)) base2 <- tourr::orthonormalise(tourr::basis_random(p, d=1)) path <- woylier::givens_full_path(base1, base2, nsteps=10)
Run the code above in your browser using DataLab