Getting Started
...
Glossary
N-Z Terms

Polygon

3min

a polygon is a closed shape formed by a series of connected straight lines. Polygons are used to represent a wide variety of objects in 2D and 3D graphics, including shapes, characters, and scenery.

Polygons are defined by their vertices, which are the points where the lines meet. The number of vertices in a polygon determines its shape. A triangle has three vertices, a square has four vertices, a pentagon has five vertices, and so on.

Polygons can be convex or concave. A convex polygon has all of its interior angles less than 180 degrees. A concave polygon has at least one interior angle that is greater than 180 degrees.

Polygons can also be simple or complex. A simple polygon has no self-intersections. A complex polygon has self-intersections.

Polygons are used in a variety of ways in computer graphics. They can be used to represent the shape of objects, to create outlines, and to fill areas with color. Polygons can also be used to create textures and to render 3D objects.

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

  • Simple to create and manipulate: Polygons are relatively simple to create and manipulate, which makes them well-suited for use in a variety of applications.
  • Efficient to render: Polygons can be rendered efficiently, which makes them ideal for use in real-time applications, such as games and simulations.
  • Accurate representation of objects:
  • Polygons can be used to accurately represent a wide variety of objects, from simple shapes to complex models.

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

  • Not as accurate as other methods: Polygons are not as accurate as other methods for representing 3D objects, such as voxels.
  • Can be computationally expensive: Polygonal models can be computationally expensive to render, especially for complex models.
  • Can be difficult to handle: Polygonal models can be difficult to handle, especially for complex models.

Overall, polygons are a versatile and powerful tool that can be used to represent a wide variety of objects in computer graphics. However, it is important to be aware of the benefits and drawbacks of polygons before using them in your projects.

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?