- saveToFile(String) - Method in class edu.txstate.mag262.GlobalHistogram
-
Save as histogram data to file with given filename.
- scaleToLength(double) - Method in class edu.txstate.mag262.Vertex3D
-
Scales this vertex as a vector.
- ShapeDescriptor - Class in edu.txstate.mag262
-
A spherical shape descriptor.
- ShapeDescriptor(double, int, SphereApproximator) - Constructor for class edu.txstate.mag262.ShapeDescriptor
-
Creates a shape descriptor with the given information.
- SphereApproximator - Class in edu.txstate.mag262
-
Approximates a sphere with points at the surface.
- SphereApproximator(int, int) - Constructor for class edu.txstate.mag262.SphereApproximator
-
Creates a unit sphere approximation using spherical coordinates.
- SphereApproximator(int) - Constructor for class edu.txstate.mag262.SphereApproximator
-
Creates a sphere approximation by subdividing the vertices of an isosahedron.
- sqDistance(double[], double[]) - Static method in class edu.txstate.mag262.Vertex3D
-
Calculates the squared Euclidean distance between two
vectors of arbitrary length.
- sqDistanceTo(Vertex3D) - Method in class edu.txstate.mag262.Vertex3D
-
The squared distance from this vertex to another.
- sub(Vertex3D) - Method in class edu.txstate.mag262.Vertex3D
-
Elementwise subtraction of another vertex from this one.
- subtractMeans(ArrayList<Vertex3D>) - Static method in class edu.txstate.mag262.Model3D
-
Subtracts the means from each dimension so that each dimension has mean of zero.