Knowing the position of 3 points($A, B, C$) , how can I get the distance from $A$ to the line $\overline {BC}$ if I know the angle?
2026-05-16 20:42:28.1778964148
Finding distance from point to line
113 Views Asked by user80458 https://math.techqa.club/user/user80458/detail At
2
If you have the positions as vectors, compute $\frac{|(A-B)\times (C-B)|}{|C-B|}$.