A Triangulated Irregular Network (TIN) is a digital data structure used to represent terrain surfaces.
It models a surface using a network of non-overlapping triangles formed by connecting irregularly spaced points (called vertices) with edges.
Each triangle approximates a small portion of the terrain, and the network together forms a continuous surface.
TINs are especially useful because they efficiently represent terrain with varying levels of detail — dense points are used where the terrain changes rapidly, and fewer points are used in flat areas.
TINs support precise representation of features like ridges, valleys, and breaklines.
They are commonly used in civil engineering, watershed analysis, and 3D modeling for tasks that require accurate elevation data.
Compared to raster Digital Elevation Models (DEMs), TINs are better for applications that demand variable data resolution and detailed topographic mapping.