pt_line_inter: Check if a point crosses a line segment
Description
Check if a point crosses a line segment
Usage
pt_line_inter(pt_to_test, fixed_pts)
Arguments
pt_to_test
numeric vector of length two giving the point to test
fixed_pts
matrix of dimension 2 by 2 giving the line segment to test