资 源 简 介
This project provides a Java-based library to create a minimum weight triangulation (MWT) of an arbitrary points set. (s. http://en.wikipedia.org/wiki/Minimum-weight_triangulation ) It allows for different metrics like the sum of the length of all edges or the minimization of the maximum ratio between the length of the hypotenuse and the height over every triangle.
Also it contains a GUI to create and alter point set and display their triangulation.