Revert "Fix rotation around Y axis"#300
Conversation
This reverts commit 048777a.
|
Hi @johnmccutchan, After reviewing the revert on PR #262 regarding the "Fix rotation around Y axis" and considering the rotation matrix conventions as explained in the Wikipedia article on rotation matrices (https://en.wikipedia.org/wiki/Rotation_matrix#Nested_dimensions), I have some concerns about the revert. The documentation suggests that for a rotation around the Y-axis in a right-handed coordinate system, one of the sine values should indeed be negated. This is to ensure that the transformation adheres to the standard definition of a rotation matrix in Euclidean space. I understand that the revert was prompted by failing tests and by making the method inconsistent with the It's crucial for the integrity of the library that all rotation-related methods and representations remain consistent with one another and with standard mathematical definitions. To this end, I recommend a comprehensive review of both the test cases and the Perhaps we could collaborate on identifying the discrepancies and updating the affected tests and code? Ensuring consistency across our methods while upholding the standards of rotation matrix mathematics will greatly enhance the reliability and predictability of the library. Looking forward to your thoughts on this matter. |
Reverts #262