givens_full_path: Construct full interpolated frames

View source: R/givens.R

givens_full_pathR Documentation

Construct full interpolated frames

Description

Construct full interpolated frames

Usage

givens_full_path(Fa, Fz, nsteps)

Arguments

Fa

starting pxd frame

Fz

target pxd frame

nsteps

number of steps of interpolation

Value

array with nsteps+1 matrices. Each matrix is interpolated frame in between starting and target frames.

Examples

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)

woylier documentation built on Oct. 1, 2024, 5:08 p.m.