Description Usage Arguments Value
View source: R/distance_to_ellipsoid.R
Calculates the distance between the given point and the given hyperellipsoid (hellipse), measured along a line connecting the point with the center of the ellipsoid. If the given point is interior to the ellipsoid, then the reported distance is negative. If the point is on the ellipsoid, the distance is zero. If the point lies outside the ellipsoid, the distance is postive.
1 | distance_to_ellipsoid(hellip, point)
|
hellip |
The shape to which distance is measured |
point |
Where distance is measured from |
The Euclidean distance between the point and the corresponding spot on the surface of hellip
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.