Visualization of rotation


PUBLICATION: BOOK ON ROTATION IS OUT!
On Amazon, just search for “Brannon rotation”
or see publisher link to the book.


This animation shows three ways to visualize a rotation:

randomrotationResized

The central image shows an intuitive visualization of all faces of the cube at least once, which would be nice if you wanted to showcase an object (like a new design for an automobile) in a way that shows it from multiple perspectives.

The visualization on the left is a Lambert projection of the cube’s six unit normals. Once you understand the meaning of a Lambert projection (explained below), it should be fairly easy to perceive the scheme used to rotate the cube so pleasingly.  Each dot in the Lambert projection represents the unit normal of one of the six faces of the cube.  Unit vectors (in this case, unit normals to the cube’s faces) are points on a unit sphere, and the Lambert projection is an “unwrapped” view of the unit sphere. Specifically, the Lambert projection is the following image at the instant it is flat:

Lambert area-preserving mapping of a sphere to a disk

Lambert mapping of a sphere to a disk.  The area of each grid cell is constant.

The Lambert projection is somewhat like a view of the sphere looking down the z-axis except that the entire surface of the sphere (not just the visible northern hemisphere) is depicted. The dashed circle in the first rotation animation is the Lambert projection of the equator. The region inside the dashed circle is the “northern hemisphere,” similar to an ordinary view of the sphere seen down the z-axis. Hence, the side of the cube currently pointing upward in the middle image (thus having a unit normal in the z-direction) is depicted as the central point in the Lambert projection. Since the dashed line is the equator, any unit vector perpendicular to the z-axis will map to the dashed line (e.g., the normal pointing in the positive x-direction will show up in the Lambert projection where the dashed line intersects the x-axis). In the Lambert projection, the region falling outside the dashed line is a highly distorted view of the “southern hemisphere”  (i.e., the “dark side” of the sphere that would not be visible when viewing it from the positive z-axis. Any point on the outer ring of the Lambert projection corresponds to a unit normal pointing in the NEGATIVE z-direction on the sphere. As seen in the Lambert animation of the rotation, faces #1 and #6 simply rotate in a circle with their unit normals staying always on the equator of the sphere. Meanwhile, the other faces of the cube change their unit normals to always move in circles around the major diameter of the sphere perpendicular to normals #1 and #6. This gives enough information to assign directions to the 1st, 2nd, and 3rd cube normals, which are the columns of the rotation matrix.

In the top image of this post, where three depictions of rotation are shown, the last depiction is a “nautical” representation for the rotation, in which the arrow represents a sailboat on the surface of a “water world.”  The mast of the sailboat always stays aligned with the 3rd face of the cube. The heading of the sailboat stays always aligned with the 1st face of the cube. The nautical representation hints how to generate uniformly random rotations: you need to create a uniform distribution on the sphere for the “mast” (which, importantly, is NOT achieved by uniformly random spherical coordinate angles), and then the boat’s heading needs to be a uniformly random rotation about the mast.  This strategy results in the following highly efficient Arvo algorithm for uniformly random rotations:

ArvoRotation

The Mathematica notebook that was used to generate the rotation visualization may be downloaded here: VisualizingRotations_ShowcasingArvoRandomRotation.nb.

The images and source code in this post may be used freely if this website is credited as follows:     Brannon, R.M. (2013) https://csmbrannon.net/2013/11/25/visualization-of-rotation/.  It would be really great if someone would convert this Mathematica notebook to a Wolfram Demonstration.  I don’t have time to do it.

6 thoughts on “Visualization of rotation

  1. Pingback: Fourth-order tensor tutorial excerpts: Voigt and Mandel representations as well as isotropy topics | University of Utah CSM Group

  2. Hi Rebecca,
    This looks like a great book! It also looks like the print is in pretty limited supply and Amazon aren’t selling ebooks. Do you know if the publishers are planning another run or if there are some other options for getting the ebook?
    Cheers,
    Toby

  3. Hi Rebecca,
    I send you greetings from Germany. I am reading the above mentioned book and, perhaps, have found some bugs. Is there a list of known bugs that you can make available for me? Are you interested in the report of bugs?
    Martin

    • I suspect that most of the errors you found are in the equations rather than the text words themselves. The publisher wasn’t able to directly use the source files that I sent, so they hired people to transcribe every equation (including in-text ones). Each time they sent an author’s proof, there were literally hundreds of mistakes in their re-typed version that were NOT in my original manuscript. It was so frustrating! I am embarrassed that many of them didn’t get caught by me.

      I have been maintaining a list of corrections, but I haven’t yet uploaded it. Please feel free to send me a copy of what you have found so far, and I will make sure they are added to the errata. If you find any serious conceptual issues that aren’t simply transcription errors, I would definitely love to find out.

      • No conceptual issues. Sorry 😉
        I stumbled reading 3.2.3 Summary:
        1) Should “Q_ij is the ith component e_j with respect to …” rather be “Q_ij is the ith component of e_j with respect to …”?
        2) Should “Furthermore, Q_ij is the jth component E_i with respect to …” rather be “Q_ij is the jth component of E_i with respect to …”?
        3) Are the indices in Eq. 3.50 mixed up?

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s