Nonobtuse mesh

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Template:Short description

In computer graphics, a nonobtuse triangle mesh is a polygon mesh composed of a set of triangles in which no angle is obtuse, i.e. greater than 90°. If each (triangle) face angle is strictly less than 90°, then the triangle mesh is said to be acute. Every polygon with n sides has a nonobtuse triangulation with O(n) triangles (expressed in big O notation), allowing some triangle vertices to be added to the sides and interior of the polygon.[1] These nonobtuse triangulations can be further refined to produce acute triangulations with O(n) triangles.[2][3]

Nonobtuse meshes avoid certain problems of nonconvergence or of convergence to the wrong numerical solution as demonstrated by the Schwarz lantern.[1] The immediate benefits of a nonobtuse or acute mesh include more efficient and more accurate geodesic computation using fast marching, and guaranteed validity for planar mesh embeddings via discrete harmonic maps.

References

<templatestyles src="Reflist/styles.css" />

  1. a b Script error: No such module "citation/CS1".
  2. Script error: No such module "citation/CS1".
  3. Script error: No such module "citation/CS1".

Script error: No such module "Check for unknown parameters".

See also