microsoft / DirectXMath

DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps

Home Page:https://walbourn.github.io/introducing-directxmath/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DirectXMath Matrix Stack should have option to maintain inverse

walbourn opened this issue · comments

The original D3DX9math implementation of Matrix Stack only tracked a single matrix. One of the reasons, however, to create a stack is to be able to step-by-step maintain a matching inverse. Would be nice to add as an opt-in feature.