Here's a challenging query for you. I'm currently utilizing three.js
and facing the need to compute a specific vector.
Given one vector referred to as C
and a rotation denoted as (r)
in the form of an euler
, I am now seeking to derive a second vector indicated as (X)
. This second vector should, when subtracted by itself with the applied euler rotation, result in the original vector C
.
In essence, this can be represented as:
X - X(r) = C