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

Comment does not match with actual code?

zznewclear13 opened this issue · comments

Our left handed perspective matrix should be like this:

But the comments in DirectXMathMatrix.inl#L2518-L2521 seem to indicate the projection matrix is:

The comments do look a little out of place...