public class SphericalPointSet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double[][] |
data
The data array containing the points is publicly available, it has
dimensions [number of points][3] and contains the x y and z coordinates
of each point.
|
Constructor and Description |
---|
SphericalPointSet(java.lang.String filename)
Constructor reads the data from the file and stores it in data.
|