Finding coordinates of a point from bisector of two lines
Show older comments
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?

Accepted Answer
More Answers (1)
M1=P1/2;
Q1=norm(M1)*P2/norm(P2);
Categories
Find more on Simulink 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!
