Returns a two point linestring joining each start to the matching end.
end is recycled, so one destination pairs with every origin.
Details
A null or empty point on either side gives a null element, so the result is
always the same length as start. The length of the line is
ga_length_euclidean(), which equals ga_dist_euclidean_pairwise() on the
same pair.
See also
Other construct:
ga_xy()