PL=PLevolvente(r,[w,n])
r : | radius | |
w : | maximal angle; default is 2*pi | |
n : | length of PL; default is 12; |
PL : | Point list (2D) of the evolvente/involute function nox [n x 2] |
Show a typical evolute gear tooth flank (typical 20 degrees)
PL=PLevolvente (10,pi/180*20,100);
pplot (PL);
axis equal; view (0,90)