edp: Compute the equal-distance projection of a point onto the xy...

View source: R/linear-spherical-spline.R

edpR Documentation

Compute the equal-distance projection of a point onto the xy plane

Description

This function computes the equal-distance projection of a point p onto the xy plane.

Usage

edp(p)

Arguments

p

Numeric vector representing a point in Cartesian coordinates.

Value

Numeric vector representing the equal-distance projection of p onto the xy plane.


spheresmooth documentation built on May 29, 2024, 3:15 a.m.