finding normal vector to a line in 2D
Show older comments
I know the two points in a line. (x1,y1), (x2,y2). how can I find the normal vector to that line?
Accepted Answer
More Answers (1)
Walter Roberson
on 11 Oct 2011
0 votes
The normal vector will be one with a slope of -1 divided by the slope of the line segment.
Categories
Find more on Gamma Functions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!