I have an Area (blue) and two points from which I form a Line. I would like to check for intersection between these two objects. I tried converting the line to an area with a small width but this doesn't work as the lines gradient is not limited to 0 or undefined.
Alternatively, if this isn't the easiest way to check for line of sight between two points, please advise me otherwise.