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

Packages that use Eigens
net.talvi.puffinplot.data   
 

Uses of Eigens in net.talvi.puffinplot.data
 

Methods in net.talvi.puffinplot.data that return Eigens
static Eigens Eigens.fromVectors(java.util.Collection<Vec3> vectors, boolean normalize)
          Create an orientation tensor from the supplied vectors, then return the results of eigen analysis upon the constructed matrix.