View source: R/linear-spherical-spline.R
Geodesic | R Documentation |
This function computes the value of the geodesic curve connecting two points p and q on the unit sphere at specified time points.
Geodesic(t, p, q, a, b)
t |
Numeric vector representing time points for the geodesic path. |
p |
Numeric vector representing the starting point on the sphere. |
q |
Numeric vector representing the ending point on the sphere. |
a |
Start time parameter. |
b |
End time parameter. |
Numeric matrix representing points along the geodesic path at specified time points.
Geodesic(c(0.25, 0.5, 0.75), c(1,0,0), c(0,1,0), 0, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.