Home Toolbox functions Sample projects Tutorials Downloads |
|
Reference for maple version: Appendix B in Multibody Mechanics and Visualization by Harry Dankowicz, published by Springer Verlag UK, 2004.
FindRotation[a1,a2]
a1, a2: names of defined triads
The function FindRotation returns the rotation matrix between the triads labeled by a1 and a2.
Restart; DeclareTriads[a,b]; DefineTriads[a,b,q,1,2,3]; FindRotation[a,b]
|
©2004-2017 Harry Dankowicz Mechanical Science and Engineering University of Illinois at Urbana-Champaign | Home Toolbox functions Sample projects Tutorials Downloads |