edp {spheresmooth}R 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.


[Package spheresmooth version 0.1.0 Index]