Computer Science, asked by virat8003, 10 months ago

Explain sutherland –hodgeman algorithm for polygon clipping

Answers

Answered by amrita01
1

Answer:

The Sutherland–Hodgman algorithm is an algorithm used for clipping polygons. It works by extending each line of the convex clip polygon in turn and selecting only vertices from the subject polygon that are on the visible side.

Similar questions