What is the suggested method to find the intersection of two line *segments in 3D space programmatically?
I mean there are various methods to solve a set of 2 linear equations, eg. Using determinants, Matrices, the Add-Multiply-subtract-one-equation-from-another method (Sorry don't know what it's called).
Which one is best suited when using it on a machine/computer and why?
