[Math] Euler Angles and Rotation Matrix
·
Programming/DIP
Euler Angle 과 Rotation Matrix Euler Angle 은 3차원 공간에서 객체의 orientation 및 rotation(회전)을 표현하는데 사용되는 방법임. 참고로 orientation을 나타내는데 Axis Angle도 많이 사용되고, rotation(회전)의 경우는 Quaternion이 보다 많이 이용됨. 하지만, 가장 쉬운 표현법은 Euler Angle이라고 할 수 있음. 더보기2023.08.05 - [.../Math] - [Math] Rotation Vector (= Axis-Angle, Rodrigues Angle) [Math] Rotation Vector (= Axis-Angle, Rodrigues Angle)3차원 공간에서의 rotation을 표현하는 방법.Euler ..