MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

FindTranslation — Extraction of relative position of points [mathematica]

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]

{ Type "->" Vector , Size "->" 1 , 1 "->" { Coordinates "->" { 1 , 2 , 3 } , Triad "->" a } }


Toolbox functions