Polygon: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Maxim@tygron.com (talk | contribs)
Created page with "A polygon is a 2D (flat) shape made from straight line segments that connect end-to-end to form a closed loop."
 
Maxim@tygron.com (talk | contribs)
No edit summary
Line 1: Line 1:
A polygon is a 2D (flat) shape made from straight line segments that connect end-to-end to form a closed loop.
A polygon is a 2D (flat) shape made from straight line segments that connect end-to-end to form a closed loop.
Each individual polygon is still stored as a list of linear rings (outer boundary, plus optional holes). The outer array contains one entry per polygon.

Revision as of 13:03, 15 July 2026

A polygon is a 2D (flat) shape made from straight line segments that connect end-to-end to form a closed loop.

Each individual polygon is still stored as a list of linear rings (outer boundary, plus optional holes). The outer array contains one entry per polygon.