R/linear-spherical-spline.R
exp_map.Rd
This function computes the exponential map on the unit sphere given a base point x and a vector v.
exp_map(x, v)
Numeric vector representing the base point.
Numeric vector representing a point.
Numeric vector representing the result of the exponential map.
exp_map(c(0,0,1), c(1,1,0)) #> [1] 0.6984560 0.6984560 0.1559437