Projecting a point along normal direction
2 ビュー (過去 30 日間)
古いコメントを表示
So there is the InterX code available on matlab which finds out where two curves intersect.
Basically given two curves A and B,I select a point in A,and then project it along the normal direction.
Then I use InterX to find where this projection will meet the curve B
This is the code i am currently referring to
the projection part is in in line 19-23.
But doing so gives me the following result.So i want to know if i want to project along normal direction,then is this method correct,and what can be done to ensure that points are projected along the normal.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/739244/image.png)
The normals on this curve are as follows
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/739249/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/739254/image.png)
have enclosed the set of points as well as the normals
0 件のコメント
採用された回答
KSSV
2021 年 9 月 15 日
You may use this file exchange function: https://in.mathworks.com/matlabcentral/fileexchange/32696-2d-line-curvature-and-normals
7 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!