Which of the following algorithm can be used to clip a polygon in 3D space?

A)  Vatti Clipping Algorithm
B)  Weiler Atherton Algorithm
C)  Polygon in 3D space cannot be clipped
D)  Greiner Hormann Clipping Algorithm

Correct Answer :   Weiler Atherton Algorithm


Explanation : Weiler Atherton Method is a 2D algorithm that may also be utilised in 3D space. It is primarily utilised in 2D space, but with the help of Z-ordering, it can also be used in 3D space. The Greiner Hormann Clipping algorithm and the Vatti Clipping method only function in 2D space.