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?

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top