Home Toolbox functions Sample projects Tutorials Downloads |
|
Reference: Appendix B in Multibody Mechanics and Visualization by Harry Dankowicz, published by Springer Verlag UK, 2004.
FindTranslation(A1,A2)
A1, A2: names of defined points
The function FindTranslation returns the position vector from the point A1 to the point A2.
>Restart(): >DeclarePoints(A,B): >DeclareTriads(a): >DefinePoints(A,B,a,1,2,3): >FindTranslation(A,B);
|
©2004-2017 Harry Dankowicz Mechanical Science and Engineering University of Illinois at Urbana-Champaign | Home Toolbox functions Sample projects Tutorials Downloads |