mi=miofPLA0B0(PL,A0,B0)
PL : | Point List (A1) of a fourbar linkage | |
A0 : | Base Point A0 | |
B0 : | Base Point B0 |
mi : | shift index for PL=circshift(PL,-mi) |
miofPLA0B0(PLcircle(10),[0 0],[10 10])
miofPLA0B0(PLcircle(10)+[5 4],[5 4],[10 10])
% mi=miofPLA0B0(PL,A0,B0); PL=circshift(PL,-mi); B1=circshift(B1,-mi);