-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.Numericsdoc-enhancementImprove the current contentImprove the current contentproduct-feedbackIndicates issues that are related to product issues, not docsIndicates issues that are related to product issues, not docswaiting-on-feedbackIndicates PRs that are waiting for feedback from SMEs before they can be mergedIndicates PRs that are waiting for feedback from SMEs before they can be merged
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.Numericsdoc-enhancementImprove the current contentImprove the current contentproduct-feedbackIndicates issues that are related to product issues, not docsIndicates issues that are related to product issues, not docswaiting-on-feedbackIndicates PRs that are waiting for feedback from SMEs before they can be mergedIndicates PRs that are waiting for feedback from SMEs before they can be merged