ArticleslgStudy

computer science

Triangulated irregular network

Triangulated irregular network is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Triangulated irregular network rather than just read about it. In short: In computer graphics, a triangulated irregular network (TIN) is a representation of a continuous surface consisting entirely of triangular facets (a triangle mesh), used mainly as Discrete Global Grid in primary elevation modeling. The vertices of these triangles are created from field recorded spot elevations through a variety of means including surveying through conventional techniques, Global Positioning System R…

Triangulated irregular network — main illustration
Triangulated irregular network — illustration

Key takeaways

  • Triangulated irregular network belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Triangulated irregular network to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Triangulated irregular network from memory before moving on to harder problems.

Reference excerpt

In computer graphics, a triangulated irregular network (TIN) is a representation of a continuous surface consisting entirely of triangular facets (a triangle mesh), used mainly as Discrete Global Grid in primary elevation modeling. The vertices of these triangles are created from field recorded spot elevations through a variety of means including surveying through conventional techniques, Global Positioning System Real-Time Kinematic (GPS RTK), photogrammetry, or some other means. Associated with three-dimensional ⁠ ( x , y , z ) {\displaystyle (x,y,z)} ⁠ data and topography, TINs are useful for the description and analysis of general horizontal ⁠ ( x , y ) {\displaystyle (x,y)} ⁠ distributions and relationships. Digital TIN data structures are used in a variety of applications, including geographic information systems (GIS), and computer aided design (CAD) for the visual representation of a topographical surface. A TIN is a vector-based representation of the physical land surface or sea bottom, made up of irregularly distributed nodes and lines with three-dimensional coordinates ⁠ ( x , y , z ) {\displaystyle (x,y,z)} ⁠ that are arranged in a network of non-overlapping triangles. A TIN comprises a triangular network of vertices, known as mass points, with associated coordinates in three dimensions connected by edges to form a triangular tessellation. Three-dimensional visualizations are readily created by rendering of the triangular facets. In regions where there is little variation in surface height, the points may be widely spaced whereas in areas of more intense variation in height the point density is increased. A TIN used to represent terrain is often called a digital elevation model (DEM), which can be further used to produce digital surface models (DSM) or digital terrain models (DTM). An advantage of using a TIN over a rasterized digital elevation model (DEM) in mapping and analysis is that the points of a TIN are distributed variably based on an algorithm that determines which points are most necessary to create an accurate representation of the terrain. Data input is therefore flexible and fewer points need to be stored than in a raster DEM, with regularly distributed points. While a TIN may be considered less suited than a raster DEM for certain kinds of GIS applications, such as analysis of a surface's slope and aspect, it is often used in CAD to create contour lines. A DTM and DSM can be formed from a DEM. A DEM can be interpolated from a TIN. TIN are based on a Delaunay triangulation or constrained Delaunay. Delaunay conforming triangulations are recommended over constrained triangulations. This is because the resulting TINs are likely to contain fewer long, skinny triangles, which are undesirable for surface analysis. Additionally, natural neighbor interpolation and Thiessen (Voronoi) polygon generation can only be performed on Delaunay conforming triangulations. A constrained Delaunay triangulation can be considered when you need to explicitly define certain edges that are guaranteed not to be modified (that is, split into multiple edges) by the triangulator. Constrained Delaunay triangulations are also useful for minimizing the size of a TIN, since they have fewer nodes and triangles where breaklines are not densified. The TIN model was developed in the early 1970s as a simple way to build a surface from a set of irregularly spaced points. The first triangulated irregular network program for GIS was written by W. Randolph Franklin, under the direction of David Douglas and Thomas Peucker (Poiker), at Canada's Simon Fraser University, in 1973.

File formats A variety of different file formats exist for saving TIN information, including Esri TIN, along with others such as AquaVeo and ICEM CFD.

References

External links UBC Geography PSU Education ArcGIS

Illustrations

Triangulated irregular network: Triangulated irregular network
Triangulated irregular network
Triangulated irregular network: TIN overlaid with contour lines
TIN overlaid with contour lines

Worked examples

Example 1 — a first encounter with Triangulated irregular network

Start with the simplest possible case. Write down what Triangulated irregular network claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Triangulated irregular network before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Triangulated irregular network ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Triangulated irregular network

In research
Triangulated irregular network appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Triangulated irregular network in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Triangulated irregular network is common in secondary-school and first-year university syllabi. It links to neighbouring topics Geographic data and information, Geometric data structures, Triangulation (geometry), so understanding it makes those chapters shorter.
In everyday life
Look for Triangulated irregular network outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Triangulated irregular network” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Triangulated irregular network in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Triangulated irregular network means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Triangulated irregular network out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Triangulated irregular network in simple terms?

In computer graphics, a triangulated irregular network (TIN) is a representation of a continuous surface consisting entirely of triangular facets (a triangle mesh), used mainly as Discrete Global Grid in primary elevation modeling. The vertices of these triangles are created from field recorded spo…

Why does Triangulated irregular network matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Triangulated irregular network?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Triangulated irregular network.

Tags

  • Geographic data and information
  • Geometric data structures
  • Triangulation (geometry)

Keep exploring