Finding coordinates of a point from bisector of two lines
古いコメントを表示
I have two points, P1 and P2. Starting from M1 (middle point among P1 and the origin), I want to know the coordinates of the point Q1 as shown in the picture.
How can I do this?

採用された回答
その他の回答 (1 件)
M1=P1/2;
Q1=norm(M1)*P2/norm(P2);
カテゴリ
ヘルプ センター および File Exchange で Simulink についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

