point to point distance (pythagoras theorem) (2D)

dist_point_to_point(coord1 = NULL, coord2 = NULL)

Arguments

coord1

first point coordinate (x,y)

coord2

second point coordinate (x,y)

Value

distance between points