EuclDist: Calculate Euclidean distance between two points

Description Usage Arguments Value Examples

View source: R/runout_geometry.R

Description

Calculate Euclidean distance between two points

Usage

1
EuclDist(p1x, p1y, p2x, p2y)

Arguments

p1x

x coordinate of point 1

p1y

y coordinate of point 1

p2x

x coordinate of point 2

p2y

y coordinate of point 2

Value

The distance between two points

Examples

1
EuclDist(2,3,7,8)

jngtz/runout.opt documentation built on Sept. 8, 2021, 2:15 p.m.