Matrix.CreateLookAt handedness #2766
Labels
area-System.Numerics
doc-enhancement
Improve the current content
Pri3
Indicates issues/PRs that are low priority
product-feedback
Indicates issues that are related to product issues, not docs
waiting-on-feedback
Indicates PRs that are waiting for feedback from SMEs before they can be merged
Milestone
Hi,
Matrix4x4.CreateLookAt doesn't indicate which handedness it represents. Since right handedness is the convention, I assume that's what it is. But the method name should indicate what the handedness is for clarity and you should give an option to create the left handed representation as well. And why not use the naming convention of every other Matrix class and call it CreateLookAtRH / CreateLookAtLH ?
As it is, I don't think I can use this method - no source, no indication of it's handedness. I have no choice but to copy code from SharpDX which does respect handedness.
The text was updated successfully, but these errors were encountered: