microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++

Home Page:https://walbourn.github.io/directxtk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ToEuler for quaternion and matrix to SimpleMath

walbourn opened this issue · comments

Related to an issue originally opened for DirectXMath.

Solution is using the algorithm from "Euler Angle Conversion" by Ken Shoemake in "Graphics Gems IV", Academic Press (1994).

DirectX Tool Kit for DX12 update microsoft/DirectXTK12#115