Compute distance between a point and a line
Value
A numeric vector of length 1 that provides the euclidean distance between the point and the line.
Details
The function accepts 2D coordinates or 3D coordinates, but note that the dimensions of all supplied arguments must match; all coordinates must be 2D or they all must be 3D.
See also
Other mathematical functions:
calc_min_dist_v()
,
deg_2_rad()
,
find_curve_elbow()
,
get_2d_angle()
,
get_3d_angle()
,
get_3d_cross_prod()
,
get_traj_velocities()
,
get_velocity()
,
rad_2_deg()