Given a sequence of points on the unit sphere add interpolating points so consecutive points are within distance 'eps' of each other.
1 | S2Point_interpolate(x, eps)
|
x |
Matrix with three columns representing the points. |
eps |
Strictly positive real number. Values greater than or equal to pi correspond to no interpolation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.