Can you determine if two lines lie on the same straight line? For instance:
line1Start [0,0,0]
line1End [10, 0, 0]
line2Start [12, 0, 0]
line2End [15, 0, 0]
I am in need of a reliable method to ascertain whether these two lines are on the same level.
I have already tried using threejs methods to check their direction, but it did not provide a conclusive answer.