Uses of Class
net.talvi.puffinplot.data.GreatCircle

Packages that use GreatCircle
net.talvi.puffinplot.data   
 

Uses of GreatCircle in net.talvi.puffinplot.data
 

Methods in net.talvi.puffinplot.data that return GreatCircle
 GreatCircle Sample.getGreatCircle()
          Returns the current great-circle fit for this sample, if any.
 

Methods in net.talvi.puffinplot.data that return types with arguments of type GreatCircle
 java.util.List<GreatCircle> GreatCircles.getCircles()
          Returns the great circles which were originally supplied to the constructor.
 

Constructor parameters in net.talvi.puffinplot.data with type arguments of type GreatCircle
GreatCircles(java.util.List<Vec3> endpoints, java.util.List<GreatCircle> circles)
          Calculates a mean direction from the supplied great circle and directions.