finding normal vector to a line in 2D
古いコメントを表示
I know the two points in a line. (x1,y1), (x2,y2). how can I find the normal vector to that line?
採用された回答
その他の回答 (1 件)
Walter Roberson
2011 年 10 月 11 日
0 投票
The normal vector will be one with a slope of -1 divided by the slope of the line segment.
カテゴリ
ヘルプ センター および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!