public class DelaunayWatson extends Delaunay
Constructor and Description |
---|
DelaunayWatson(float[][] samples)
construct a Delaunay triangulation of the points in the
samples array using Watson's algorithm
|
public DelaunayWatson(float[][] samples) throws VisADException
samples
- locations of points for topology - dimensioned
float[dimension][number_of_points]VisADException
- a VisAD error occurredCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.