Post the textbooks you used.
*dies from gimbal lock*
awesome thread and bump>>17045083The thing Quaternions fix! No gimbal lock! I think anywaymaybe that's how you calculate the rotation of the 4th dimension
Quaternions for Computer Graphics by John Vince (2011).
>>17045179Holy based. I used 2e (2021) though.
>>17045083>Dies from gout
>>17045154Quaternions don't "fix gimbal lock". This is a naive mathlet graphics programmer POV. (Unit) Quaternions just provide a way of representing rotations in SO3. Euler angles can also simply represent rotations in SO3, its just that naively adding their components *doesn't* perform the SO3 group composition operation, which is what typically causes the actual problems people using Euler angles without understanding the structure of 3D rotations end up facing.Actual gimbal lock occurs when you have some external force acting on a 'gimbal' that is effective a stack of things that register Euler angles and the rotations of it align in a way so that the thing can't properly register the actual external rotations occurring because multiple axis are aligning in a way that blocks their movement. This doesn't occur in typical 3D applications that would want to use quaternions; if quaternions 'solve' a problem you had that wouldn't have also been solved by using a rotation matrix, then it was just you being stupid and not understanding the logical implications of the math or the actual advantages (like numerical stability) that quaternions bring.Quaternions are cool, but history is rife with people romanticizing them and acting like they're special for dumb reasons, instead of recognizing the actual, practical reasons why you'd want to employ them.
>>17045390>romanticizingYeah they're based because they're cool, not because they're some sort of elixir.
which is the best one saaars?
>>17045595Depends on whether you're grad or not desu.
Doing Physics with Quaternions byDouglas B. Sweetser
bump
>>17044822Great coles noteshttps://ieeexplore.ieee.org/document/6876131/Peeter joots for referencehttps://peeterjoot.com/writing/geometric-algebra-for-electrical-engineers/Ultimate sci-fuhttps://youtu.be/3BZyds_KFWMThe dochttps://m.youtube.com/watch?v=nPbAKpmUmM0The goathttps://archive.org/details/in.ernet.dli.2015.160612/page/256/mode/1up
>>17045563I used this too
>>17044822