powered by
This function computes points along the geodesic connecting two points p and q on the unit sphere.
geodesic_lower(t, p, q, a, b)
Numeric vector representing a point along the geodesic path.
Time parameter for the geodesic path.
Numeric vector representing the starting point.
Numeric vector representing the ending point.
Start time parameter.
End time parameter.
geodesic_lower(0.5, c(1,0,0), c(0,1,0), 0, 1)
Run the code above in your browser using DataLab