dist_point_to_line: distance between a point and a line (orthogonal) (2D)

View source: R/geometry_functions.R

dist_point_to_lineR Documentation

distance between a point and a line (orthogonal) (2D)

Description

distance between a point and a line (orthogonal) (2D)

Usage

dist_point_to_line(coord1, coord2, coord3)

Arguments

coord1

start line coordinate

coord2

end line coordinate

coord3

point coordinate

Value

distance


khufkens/junglerhythms documentation built on Jan. 4, 2024, 4:59 p.m.