-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Labels
breaking changediscussionFeedback from users about this proposal is desiredFeedback from users about this proposal is desired
Description
Describe the bug
Glam readme says it is handedness-agnostic, but Vec3::any_orthonormal_pair and Vec3::cross do not specify which handedness is produced and assume a handedness. (They are both right-handed)
To Reproduce
Read the docs on the methods
Expected behavior
Handedness is specified in either the docs or the function name as many functions in Mat3 do (_rh vs _lh)
System information (please complete the following information):
- Any
Additional context
I imagine cross_rh cross_lh would be a little bit undesirable. But any_orthonormal_pair_rh vs any_orthonormal_pair_lh could be manageable. How do we communicate this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
breaking changediscussionFeedback from users about this proposal is desiredFeedback from users about this proposal is desired