LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

rotate a ploted 3d graph around an axis

Solved!
Go to solution
Solution
Accepted by hosa200

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

 

Message 11 of 12
(719 Views)

Thank you sir, it works very well Smiley Very Happy

0 Kudos
Message 12 of 12
(712 Views)