LEASE HELP!
-Add an axis to current rectangle
-Draw both piece of arm
-rotate object first axis 20 degree
--redraw.
-then, rotate 2nd part about 2nd axis to -30degree
my current code for rectangle is
%RECTANGLE('Position', [x y w h])
w=4.5;
%width
h=.5;
%height
x=1.75;y=2.75...