Coordinate Transformation on Local coordinate system

2.4k Views Asked by At

I am having a point $P(x,y,z)$ in $3D$ with respect to global coordinate system. I want to create an another Local Coordinate System by picking three points $N1, N2, N3$ in 3D. Now I want to know the new coordinate values of the point $P'(x', y', z')$ with respect to the Local Coordinate System.

Please suggest me to create correct transformation matrix, or any procedure.

Thanks in advance.

1

There are 1 best solutions below

0
On BEST ANSWER

$P' = T^{-1}.R_x(\theta).T.P $