what is right NX expression for
hypocycloid
i tried with:
xt=(r*(k-1)*cos(2*pi*t))+(r*cos((k-1)*(2*pi*t)))
yt=(r*(k-1)*sin(2*pi*t))-(r*sin((k-1)*(2*pi*t)))
where t is automatic NX variable from 0 to 1, r is small radius, k is predefined integer and pi=3.141592653589793238462643383279
& Epicycloid
i tried with:
xt=(r*(k+1)*cos(2*pi*t))-(r*cos((k+1)*(2*pi*t)))
yt=(r*(k+1)*sin(2*pi*t))-(r*sin((k+1)*(2*pi*t)))
hypocycloid
i tried with:
xt=(r*(k-1)*cos(2*pi*t))+(r*cos((k-1)*(2*pi*t)))
yt=(r*(k-1)*sin(2*pi*t))-(r*sin((k-1)*(2*pi*t)))
where t is automatic NX variable from 0 to 1, r is small radius, k is predefined integer and pi=3.141592653589793238462643383279
& Epicycloid
i tried with:
xt=(r*(k+1)*cos(2*pi*t))-(r*cos((k+1)*(2*pi*t)))
yt=(r*(k+1)*sin(2*pi*t))-(r*sin((k+1)*(2*pi*t)))