Foundations of Geometric Algebra Computing by Dietmar Hildenbrand

Foundations of Geometric Algebra Computing by Dietmar Hildenbrand

Author:Dietmar Hildenbrand
Language: eng
Format: epub
Publisher: Springer Berlin Heidelberg, Berlin, Heidelberg


Fig. 6.10Rotate_EXP_E3.clu

6.3.4 Rotation in 3D

The operator R = e  − ϕ/2 p describes a rotor in 3D with p being a normalized plane. The normal vector (or the dual) of this plane is used as the rotation axis.

In the following example Rotor3d.clu (Fig. 6.11) we rotate the vector a with the help of R a R:

Fig. 6.11Rotor3d.clu

DefVarsE3();

:Blue;

:a=e1+e2;

:Green;

axis = -3*e1 + 6*e2 - 2*e3;

:axis =axis/sqrt(axis.axis);

:p=*axis;

angle = Pi/3;

?R=exp(-0.5*angle*p);

:Red;

:rot=R*a* R;

The vector a is drawn in blue. The rotated vector c is calculated and drawn in red.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Popular ebooks
Deep Learning with Python by François Chollet(12641)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7810)
Autodesk Civil 3D 2024 from Start to Finish by Stephen Walz Tony Sabat(6784)
Mathematics for Game Programming and Computer Graphics by Penny de Byl(6689)
Taking Blender to the Next Level by Ruan Lotter(6466)
Express Your Creativity with Adobe Express by Rosie Sue(6283)
Hands-On Unity 2022 Game Development - Third Edition by Nicolas Alejandro Borromeo(5896)
Hands-On Unity 2022 Game Development by Nicolas Alejandro Borromeo(4891)
Unreal Engine 5 Character Creation, Animation, and Cinematics by Henk Venter & Wilhelm Ogterop(3765)
Going the Distance with Babylon.js by Josh Elster(3738)
Adobe Illustrator for Creative Professionals by Clint Balsar(3705)
Mastering Graphics Programming with Vulkan by Marco Castorina & Gabriel Sassone(3631)
Squeaky Clean Topology in Blender by Michael Steppig(3568)
Drawing Shortcuts: Developing Quick Drawing Skills Using Today's Technology by Leggitt Jim(2936)
Unreal Engine 5 Character Creation, Animation, and Cinematics by Henk Venter
 Wilhelm Ogterop(2882)
Rapid Viz: A New Method for the Rapid Visualization of Ideas by Kurt Hanks & Larry Belliston(2726)
The 46 Rules of Genius: An Innovator's Guide to Creativity (Voices That Matter) by Marty Neumeier(2676)
Learn Qt 5: Build modern, responsive cross-platform desktop applications with Qt, C++, and QML by Nicholas Sherriff(2378)
Fusion 360 for Makers by Lydia Sloan Cline(2230)
Hands-On Neural Networks with Keras by Niloy Purkait(2184)