Question

Q.Why are convex polygons considered a better choice for designing graphics algorithms?

My A. Convex polygons are planar and easier to clip.

My answer is kind of brief and I am not sure if my answer is correct, can anyone else expand or give me a better answer for this question please?

Was it helpful?

Solution

One reason is that convex polygons are easier to triangulate. Another is that it is easier to decide whether a point is inside or outside a convex polygon. Both tasks are important in graphics.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top