Documentation of 'visad.DelaunayWatson' Java class
DelaunayWatson
visad

Class DelaunayWatson

  • All Implemented Interfaces:
    java.io.Serializable


    public class DelaunayWatson
    extends Delaunay
    DelaunayWatson represents an O(N^2) method with low overhead to find the Delaunay triangulation or tetrahedralization of a set of samples of R^2 or R^3.

    See Also:
    Serialized Form
    • Constructor Detail

      • DelaunayWatson

        public DelaunayWatson(float[][] samples)
                       throws VisADException
        construct a Delaunay triangulation of the points in the samples array using Watson's algorithm
        Parameters:
        samples - locations of points for topology - dimensioned float[dimension][number_of_points]
        Throws:
        VisADException - a VisAD error occurred

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.