dist2line: Internal function to compute the distance of point b to...

View source: R/dist2line.R

dist2lineR Documentation

Internal function to compute the distance of point b to segment ac

Description

Internal function to compute the distance of point b to segment ac

Usage

dist2line(a, b, c)

Arguments

a

a vector containing the xyz coordinates of a point

b

a vector containing the xyz coordinates of a point

c

a vector containing the xyz coordinates of a point

Value

the distance of point b to segment ac


aRchi documentation built on Sept. 3, 2022, 9:06 a.m.