Quaternion: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 July 2023

  • curprev 06:2306:23, 15 July 2023Eric Lengyel talk contribs 3,118 bytes +3,118 Created page with "__NOTOC__ A ''quaternion'' is an operator that performs a rotation about the origin in 3D space. Conventionally, a quaternion $$\mathbf q$$ is written as :$$\mathbf q = q_w + q_x \mathbf i + q_y \mathbf j + q_z \mathbf k$$ , where the "imaginary" units $$\mathbf i$$, $$\mathbf j$$, and $$\mathbf k$$ all square to $$-1$$ and multiply according to the rules :$$\mathbf{ij} = -\mathbf{ji} = \mathbf k$$ :$$\mathbf{jk} = -\mathbf{kj} = \mathbf i$$ :$$\mathbf{ki} = -\mathbf{..."