View source: R/linear-spherical-spline.R
Exp | R Documentation |
This function computes the exponential map on the unit sphere given a base point x and a vector v.
Exp(x, v)
x |
Numeric vector representing the base point. |
v |
Numeric vector representing a point. |
Numeric vector representing the result of the exponential map.
Exp(c(0,0,1), c(1,1,0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.