- #1
Julian1
- 2
- 0
Hi everyone,
Here's the problem I have.
Given two unit vectors A, B and angle φ between them. Find the coordinates (in 3D) of a unit vector C so that the angles between C and A,B be α and β respectively.
α + β => φ and α + β + φ <= 360°
It looks trivial to me and yet here I am asking for help:)
I have two equations from the dot products:
A.C = cos(α)
B.C = cos(β)
and I need a third one to solve the problem?
Thanks!Julian.
Here's the problem I have.
Given two unit vectors A, B and angle φ between them. Find the coordinates (in 3D) of a unit vector C so that the angles between C and A,B be α and β respectively.
α + β => φ and α + β + φ <= 360°
It looks trivial to me and yet here I am asking for help:)
I have two equations from the dot products:
A.C = cos(α)
B.C = cos(β)
and I need a third one to solve the problem?
Thanks!Julian.