Package | Description |
---|---|
net.talvi.puffinplot.data |
This package contains code to read, store, analyse, and write palaeomagnetic
data.
|
Modifier and Type | Method and Description |
---|---|
GreatCircle |
Sample.getGreatCircle()
Returns the current great-circle fit for this sample, if any.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GreatCircle> |
GreatCircles.getCircles()
Returns the great circles which were originally supplied to the constructor.
|
Constructor and Description |
---|
GreatCircles(java.util.List<Vec3> endpoints,
java.util.List<GreatCircle> circles)
Calculates a mean direction from the supplied great circle and
directions.
|