What is an elegant (read: computation-minimal) solution to the following problem?
Find $v_{\alpha}\in\mathbb{R}^3$ such that the angle between $v_{\alpha}$ and $w=(1, 1, 1)^T$ is $\alpha$.
What is an elegant (read: computation-minimal) solution to the following problem?
Find $v_{\alpha}\in\mathbb{R}^3$ such that the angle between $v_{\alpha}$ and $w=(1, 1, 1)^T$ is $\alpha$.
The angle between non-zero vectors $u,w\in\mathbb{R}^3$ is defined by $$\cos\alpha = {u\cdot w\over ||u||\;||w||},$$ where $\cdot$ denotes the dot product in $\mathbb{R}^3$.
In your case, you know the vector $w$ and the angle $\alpha$.