Uses of Interface
org.biojava.nbio.structure.geometry.SuperPosition
-
Packages that use SuperPosition Package Description org.biojava.nbio.structure.geometry -
-
Uses of SuperPosition in org.biojava.nbio.structure.geometry
Classes in org.biojava.nbio.structure.geometry that implement SuperPosition Modifier and Type Class Description class
SuperPositionAbstract
The SuperPositionAbstract contains common code shared by all SuperPosition algorithm implementations.class
SuperPositionQCP
Implementation of the Quaternion-Based Characteristic Polynomial algorithm for RMSD and Superposition calculations.class
SuperPositionQuat
The SuperPositionQuat implements a quaternion based algorithm to superpose arrays of Points in 3D.class
SuperPositionSVD
A class that calculates the superposition between two sets of points using an SVD Matrix Decomposition.
-