Given an aircraft and also a 3d - Vertex, what are U and also V?
I have actually an aircraft specified via a factor P and also 2 3D - vectors $\overrightarrow{X}$ and also $\overrightarrow {Y}$.
I desire to transform works with of factors on this aircraft in between neighborhood 2D - parametric and also globe 3D coordinate systems.
I recognize the conversion from 2D Parametric to 3D is
$C(u, v) = P + u\cdot \overrightarrow {X} + v\cdot \overrightarrow {Y}$
nonetheless i have actually been incapable to locate a means for the inverted instance
$C'(x, y, z)$ which need to offer me the parameters $u$ and also $v$ for any kind of factor $(x, y, z)$ in the aircraft.
Just how does this conversion job?
The inverse of the 3 - by - 3 matrix $A$ whose columns are offered by $X$, $Y$, and also the cross item $X\times Y$ adjustments basis from $\{X,Y,X\times Y\}$ to the typical basis. Offered $(x,y,z)^T=P+uX+vY$ in the aircraft, deducting $P$ and also increasing $A^{-1}$ by the resulting column vector offers the column vector $(u,v,0)^T$. So one means to write the map would certainly be $\pi(A^{-1}((x,y,z)^T-P))$, where $\pi:\mathbb{R}^3\to\mathbb{R}^2$ is estimate onto the first 2 works with. To write this even more clearly, you can make use of the matrix $\left(\begin{matrix} 1 & 0 & 0 \\ 0 & 1 & 0 \end{matrix}\right) $ of $\pi$.
The cross item isn't actually essential, it simply felt like one of the most uncomplicated means to finish $\{X,Y\}$ to a basis for $\mathbb{R}^3$. Any kind of vector $Z$ not in the period of $\{X,Y\}$ would certainly do.
Related questions