cgmath
                                
                                 cgmath copied to clipboard
                                
                                    cgmath copied to clipboard
                            
                            
                            
                        Euler angles with user-defined rotational order
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).
Hmm, interesting! I wonder how we could do this.