|
 |
A Graphics Animation via QuaternionsWe construct an example of an animation that shows how easy it is to rotate a three-dimensional graphics object using a quaternion
approach. Basically a "fancy box" is rotated about the axis (1,1,1). Note that most of the code below is used to define the
graphics object. Our quaternion based Rotate function, defined earlier, then easily implements the desired rotations.


 Copyright © 2002 Wolfram Media, Inc. All rights reserved.[Article Index][Prev Page][Next Page] |