distance_to_ellipsoid: Calculates the distance between the given point and the given...

Description Usage Arguments Value

View source: R/distance_to_ellipsoid.R

Description

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.

Usage

1
distance_to_ellipsoid(hellip, point)

Arguments

hellip

The shape to which distance is measured

point

Where distance is measured from

Value

The Euclidean distance between the point and the corresponding spot on the surface of hellip


meko222/SyScSelection documentation built on May 31, 2020, 12:33 a.m.