エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Changing a matrix from right-handed to left-handed coordinate system
I would like to change a 4x4 matrix from a right handed system where: x is left and right, y is f... 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: x is left and right, z is front and back and y is up and down. For a vector it's easy, just swap the y and z values, but how do you do it for a matrix?
2017/12/06 リンク