3D Graphics Question:

What Is Rotation?

3D Graphics Interview Question
3D Graphics Interview Question

Answer:

A 2-D rotation is done by repositioning the coordinates along a circular path, in the x-y plane by making an angle with the axes. The transformation is given by:X| = r cos (q + f) and Y| = r sin (q + f).


Previous QuestionNext Question
Tell me in Unity 3D how can you hide gameobject?Where The Video Controller Is Used?