Class SuperPositionQCP
java.lang.Object
org.biojava.nbio.structure.symmetry.geometry.SuperPositionQCP
- Author:
 - Peter
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondoublegetRmsd()javax.vecmath.Matrix3djavax.vecmath.Matrix4djavax.vecmath.Point3d[]voidset(javax.vecmath.Point3d[] x, javax.vecmath.Point3d[] y) voidset(javax.vecmath.Point3d[] x, javax.vecmath.Point3d[] y, double[] weight) voidsetCentered(boolean centered)  
- 
Constructor Details
- 
SuperPositionQCP
public SuperPositionQCP() 
 - 
 - 
Method Details
- 
set
public void set(javax.vecmath.Point3d[] x, javax.vecmath.Point3d[] y)  - 
set
public void set(javax.vecmath.Point3d[] x, javax.vecmath.Point3d[] y, double[] weight)  - 
setCentered
public void setCentered(boolean centered)  - 
getRmsd
public double getRmsd() - 
getTransformationMatrix
public javax.vecmath.Matrix4d getTransformationMatrix() - 
getRotationMatrix
public javax.vecmath.Matrix3d getRotationMatrix() - 
getTransformedCoordinates
public javax.vecmath.Point3d[] getTransformedCoordinates() 
 -