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.
FindOrientation(A1,A2)
A1, A2: names of defined observers
The function FindOrientation returns the rotation matrix between the reference triads of the observers labeled by A1 and A2.
Restart(): DeclareObservers(A,B): DeclarePoints(A,B): DeclareTriads(a,b): DefineObservers([A,A,a],[B,B,b]): DefineTriads(a,b,q,1,2,3): FindOrientation(A,B);
|
©2004-2017 Harry Dankowicz Mechanical Science and Engineering University of Illinois at Urbana-Champaign | Home Toolbox functions Sample projects Tutorials Downloads |