Changing a matrix from right-handed to left-handed coordinate system

前端 未结 7 1565
鱼传尺愫
鱼传尺愫 2020-11-28 06:52

I would like to change a 4x4 matrix from a right handed system where:
x is left and right, y is front and back and z is up and down

to a left-handed system where

7条回答
  •  [愿得一人]
    2020-11-28 07:30

    Change sin factor to -sin for swaping coordinate spaces between right and left handed

提交回复
热议问题