
linear algebra - How can one intuitively think about quaternions ...
Oct 19, 2010 · After a couple awesome moments of understanding, I understood it for imaginary numbers, but I'm still having trouble extending the thoughts to quaternions. How can someone …
Real world uses of Quaternions? - Mathematics Stack Exchange
Quaternions are a way of specifying a rotation through a axis and the cosine of half the angle. They main advantage is I can pick any two quaternions and smoothly interpolate between …
Combining rotation quaternions - Mathematics Stack Exchange
Feb 3, 2017 · If I combine 2 rotation quaternions by multiplying them, lets say one represents some rotation around x axis and other represents some rotation around some arbitrary axis. …
Concise description of why rotation quaternions use half the angle
Aug 5, 2015 · In my application, I make use of quaternions to represent the rotation of the device, and I feel it necessary to include a short description of what quaternions are and why they are …
How do I compare the (quaternion) orientation of two objects and ...
May 5, 2018 · You can even compare the euclidean distance of quaternions, i.e., treat them as 4D vectors and compute how much $\|q_1 - q_2\|$ differ from $0$. It works also with logarithms.
difference between 2 quaternions - Mathematics Stack Exchange
Mar 1, 2016 · Your terminology and symbolism are confusing. "Hamilton product" refers to the product of quaternions, and while vectors can be considered quaternions with 0 scalar part, …
How to convert a quaternion from one coordinate system to another
Jun 24, 2022 · When dealing with quaternions, there are two variations in conventions which should be stated when describing the quaternions. The first one is if the scalar element is first …
Quaternion distance - Mathematics Stack Exchange
I am using quaternions to represent orientation as a rotational offset from a global coordinate frame. Is it correct in thinking that quaternion distance gives a metric that defines the closeness ...
3d - Averaging quaternions - Mathematics Stack Exchange
Given multiple quaternions representing orientations, and I want to average them. Each one has a different weight, and they all sum up to one. How can I get the average of them? Simple …
Quaternions +Geometric (Clifford) Algebra: What Is the Proper ...
Feb 17, 2021 · What is the systematic prerequisite sequences of learning that must be mastered before approaching the subject of learning Quaternions, and then Clifford Algebra? My …