finding normal vector to a line in 2D
Afficher commentaires plus anciens
I know the two points in a line. (x1,y1), (x2,y2). how can I find the normal vector to that line?
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 11 Oct 2011
0 votes
The normal vector will be one with a slope of -1 divided by the slope of the line segment.
Catégories
En savoir plus sur Gamma Functions dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!