You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_rhcross_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?