public class DelaunayClarkson extends Delaunay
| Constructor and Description |
|---|
DelaunayClarkson(float[][] samples)
construct a Delaunay triangulation of the points in the
samples array using Clarkson's algorithm
|
public DelaunayClarkson(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.