Problem 42755. Angle bisectors
Given 2 direction vectors, calculate the two (2) normalized angle bisectors (which are perpendicular between them).
Input vectors can be 2-D or 3-D.
The two output vectors must have a norm equal to 1 (unit vectors).
You may find some help here: https://proofwiki.org/wiki/Angle_Bisector_Vector
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers29
Suggested Problems
-
1404 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
11852 Solvers
-
206 Solvers
-
148 Solvers
-
Return fibonacci sequence do not use loop and condition
688 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!