cgmath icon indicating copy to clipboard operation
cgmath copied to clipboard

Euler angles with user-defined rotational order

Open msiglreith opened this issue 9 years ago • 1 comments

Add functionality to specify the rotational order for euler angles. The current design uses XYZ only, which might not be optimal for some use cases (e.g. first person camera pointing along the z-axis would profit from YX ordering).

msiglreith avatar Sep 23 '16 15:09 msiglreith

Hmm, interesting! I wonder how we could do this.

brendanzab avatar Oct 03 '16 11:10 brendanzab