Top "Convex-polygon" questions

A convex polygon is a simple polygon whose interior is a convex set.

Asymptotically optimal algorithm to compute if a line intersects a convex polygon

An O(n) algorithm to detect if a line intersects a convex polygon consists in checking if any edge of …

algorithm line computational-geometry asymptotic-complexity convex-polygon
Get border edges of mesh - in winding order

I have a triangulated mesh. Assume it looks like an bumpy surface. I want to be able to find all …

algorithm geometry mesh triangulation convex-polygon