What should be sequence of transformations that are required to perform rotation of an object around an arbitrary point? a) Inverse Translation, Rotation, Translation b) Scaling, Translation, Rotation c) Translation, Rotation, Inverse Translation d) Rotation, Translation, Scaling
Answer: c Explanation: The sequence of transformations that are required to perform rotation of an object around an arbitrary point is – Translation, Rotation, Inverse Translation. First the object is translated to origin, then it is rotated and then inverse translated back to its original point.