문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top