Given the following equation:
R = ((Q-P) / |Q-P|) ⋅ V
where Q, P, and V are 3 dimensional vectors, R is a scalar, "⋅" denotes the dot product, and |Q-P| is the magnitude of Q-P.
Assuming Q, V, and R are known and given 3 independent equations with different values for Q, V, and R that...