Fix for the lib.geometry.lines.closest_point_ax() function for when the two points are the same.
If the point on the line and point in the 3D space are the same, then this function used to return
an array of NaN values. This situation is now caught and the point in the 3D space is returned.
........