Use Dot Product And Cross Product To Compute The Distance From A Point To Line
The article introduces two ways to calculate the distance from a point to a line. One use dot product by two vectors to get distance vector, and the other use cross product by vectors to achieve it. Let’s assume the Read more…