geodesic_info: Calculate information required to interpolate along a...

Description Usage Arguments Details

Description

Calculate information required to interpolate along a geodesic path between two frames.

Usage

1
geodesic_info(Fa, Fz, epsilon=1e-06)

Arguments

Fa

starting frame, will be orthonormalised if necessary

Fz

target frame, will be orthonormalised if necessary

epsilon

epsilon used to determine if an angle is effectively equal to 0

Details

The methdology is outlined in http:www-stat.wharton.upenn.edu/~buja/PAPERS/paper-dyn-proj-algs.pdf and http:www-stat.wharton.upenn.edu/~buja/PAPERS/paper-dyn-proj-math.pdf, and the code follows the notation outlined in those papers:


tourr documentation built on May 2, 2019, 5:28 p.m.

Related to geodesic_info in tourr...