Q. In Sutherland – Hodgman algorithm for polygon clipping, clipping along boundaries sequence is used as (Solved)
1. left -> right -> top -> bottom
2. left -> bottom -> right -> top
3. right -> top -> left -> bottom
4. left -> bottom -> top -> right
- a. left -> right -> top -> bottom