I am trying to create a program without model and required to create a plane at an angle (x=0.3334° , y=0.0° & z= 14.538°)
is there any way to calculate i, j, k value for the same?
The I,J,K values are the cosine of the angle so in your case that would be I 0.99998307, J 1.0000000, K 0.967981369, but something looks off with those angles as you have zero degree rotation about the Y axis the other two angles should add up to 90 degree.
The I,J,K values are the cosine of the angle so in your case that would be I 0.99998307, J 1.0000000, K 0.967981369, but something looks off with those angles as you have zero degree rotation about the Y axis the other two angles should add up to 90 degree.
Matt you are correct but with the data given by the OP if Y is 0 degree the cosine is 1 and the other 2 angles will be 0.0, 0.0 . If he meant the the cosine of Y is 0.0 then that fixes the rotation about the Y axis and the other 2 angles must make 90 degree. The data given would not appear to correctly describe the plane vector.