powered by
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)
Numeric matrix representing points along the geodesic path at specified time points.
Numeric vector representing time points for the geodesic path.
Numeric vector representing the starting point on the sphere.
Numeric vector representing the ending point on the sphere.
Start time parameter.
End time parameter.
geodesic(c(0.25, 0.5, 0.75), c(1,0,0), c(0,1,0), 0, 1)
Run the code above in your browser using DataLab