How to find the rotation matrix between two coordinate systems?

后端 未结 4 382
Happy的楠姐
Happy的楠姐 2021-01-30 17:52

There are two coordinate systems. We know the 3D coordinates of the origin and the 3D vectors of the axes of the second coordinate system with respect to the first coordinates s

4条回答
  •  长情又很酷
    2021-01-30 18:17

    I've written an article about it that demonstrates how to do it, with source code. The short answer is that you build a 3x3 matrix with the dot products of the different axis

    http://www.meshola.com/Articles/converting-between-coordinate-systems

提交回复
热议问题