Getting Started
...
Glossary
#-G Terms

Convex

3min

In computer graphics, a convex polygon is a polygon in which all of the interior angles are less than or equal to 180 degrees. This means that a convex polygon can be drawn without crossing itself.

Here are some examples of convex polygons:

  • A triangle: A triangle is always a convex polygon. This is because the sum of the angles in a triangle must be 180 degrees, and if any angle is greater than 180 degrees, then the sum of the angles would be greater than 180 degrees.
  • A square: A square is also a convex polygon. This is because the sum of the angles in a square is 360 degrees, and no angle in a square is greater than 180 degrees.
  • A pentagon: A pentagon is a convex polygon if and only if none of its interior angles measures more than 180 degrees.

Here are some of the benefits of using convex polygons in computer graphics:

  • They can be more easily rendered: Convex polygons can be more easily rendered than concave polygons because they have fewer edges and vertices. This is because each edge and vertex must be calculated individually when rendering a convex polygon.
  • They can be more easily tesselated: Tessellation is the process of dividing a polygon into smaller polygons, and convex polygons can be more easily tesselated than concave polygons. This is because the smaller polygons can be created in a way that preserves the convex shape of the original polygon.
  • They can be more easily used in collision detection: Collision detection is the process of determining whether two objects have collided. Convex polygons are easier to use in collision detection than concave polygons because the boundaries of convex polygons are simpler to define.

Here are some of the drawbacks of using convex polygons in computer graphics:

  • They can be less efficient for rendering some types of objects: Convex polygons can be less efficient for rendering some types of objects, such as objects with curved surfaces. This is because convex polygons cannot represent curved surfaces as accurately as concave polygons.
  • They can be less efficient for collision detection: Convex polygons can be less efficient for collision detection for objects with many convex polygons. This is because the collision detection algorithm must check for collisions between all of the convex polygons in the object.
  • They can be less efficient for tessellation: Convex polygons can be less efficient for tessellation for objects with many convex polygons. This is because the tessellation algorithm must divide each convex polygon into smaller polygons.

Overall, convex polygons offer a number of benefits, but they can also have some drawbacks. It is important to consider the needs of your application when deciding whether or not to use convex polygons.

Feedback

Please be sure to submit issues or feature requests through the embedded feedback form. In the event it is a major issue please contact us directly through Discord.

Updated 03 Apr 2024
Doc contributor
Did this page help you?