Class TriangulationBuilder


  • public class TriangulationBuilder
    extends java.lang.Object
    Builds a triangulation from a set of Tris by populating the links to adjacent triangles.
    Author:
    mdavis
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void build​(java.util.List<? extends Tri> triList)
      Computes the triangulation of a set of Tris.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • build

        public static void build​(java.util.List<? extends Tri> triList)
        Computes the triangulation of a set of Tris.
        Parameters:
        triList - the list of Tris