finding normal vector to a line in 2D
Mostrar comentarios más antiguos
I know the two points in a line. (x1,y1), (x2,y2). how can I find the normal vector to that line?
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 11 de Oct. de 2011
0 votos
The normal vector will be one with a slope of -1 divided by the slope of the line segment.
Categorías
Más información sobre Gamma Functions en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!