Vectors: Finding the shortest distance from a point to a line

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Thank you. Could it be another way: We select two points A and B on the line (using two values of lambda). Then we find the area of triangle ABP using vector cross product: S=PA x PB/2. And the same area S=|AB|*h/2, so we can find perpendicular length h.

zaikindenis