06-08-2017 02:23 PM
I would say rotation of the point (mxCut, mYcut) by angle O = c*pi/180 around z axis is
mxcut2 = mxcut * cosO - mycut *sin O
mycut2 = mxcut * sin O + mycut * cosO
06-08-2017 03:47 PM
Thank you sir, it works very well