About 65 results
Open links in new tab
  1. Understanding rotation matrices - Mathematics Stack Exchange

    For the third question: If you believe that the matrix for counter clockwise rotation is correct, then to obtain the clockwise matrix, just replace $\phi$ by $-\phi$. Rules of trigonometry will then tell you that …

  2. Calculate Rotation Matrix to align Vector $A$ to Vector $B$ in $3D$?

    Using the normals of the triangular plane I would like to determine a rotation matrix that would align the normals of the triangles thereby setting the two triangles parallel to each other. I would then like to …

  3. Derivation of a rotation matrix by Rodrigues' rotation formula

    Feb 25, 2025 · In addition applying twice a 90 degrees rotation makes 180 degrees, which is the opposite of the original vector $$ [\mathbf n]_\times^k = - [\mathbf n]_\times^ {k+2}$$

  4. How do rotational matrices work? - Mathematics Stack Exchange

    Closed 11 years ago. I am confuse on the how exactly rotational matrices work. So I understand that you can rotate a point around the x, y and z axis but if asked how you find a single matrix that will …

  5. What do we actually rotate with rotational matrices

    Feb 19, 2021 · A rotation matrix rotates vectors. If $A$ is a rotation matrix and $x \in \mathbb R^3$ is a vector, then $Ax$ is the vector you get by rotating $x$ by a certain amount around a certain axis.

  6. Rotation matrices vs quaternions? - Mathematics Stack Exchange

    Mar 2, 2019 · The relation is as follows: Given the rotation angle $\theta$ and the unit vector (axis) $\mathbf {u}$, you have to form the quaternion $$ \mathbf {q}=\cos\frac {\theta} {2}+\sin\frac {\theta} …

  7. n Dimensional Rotation Matrix - Mathematics Stack Exchange

    May 31, 2020 · What precisely, does "rotation matrix" mean here, and what does rotating a matrix mean?

  8. matrices - Rotate and scale a point around different origins ...

    May 30, 2019 · 12 As you state in your question, you require the transformation matrix. You will need the concept of homogeneous coordinates to perform the translation components in matrix form. You also …

  9. Rotation Matrix of rotation around a point other than the origin

    Jan 11, 2017 · As I understand, the rotation matrix around an arbitrary point, can be expressed as moving the rotation point to the origin, rotating around the origin and moving back to the original …

  10. What's the intuition behind the 2D rotation matrix?

    Jun 30, 2014 · This will be the first column in the rotation matrix. If I rotate $ (0,1)^T$ by an angle of $\theta$ counterclockwise, it should end up at $ (-\sin\theta,\cos\theta)^T$.