Class SuperPositionQCP
- java.lang.Object
-
- org.biojava.nbio.structure.symmetry.geometry.SuperPositionQCP
-
public final class SuperPositionQCP extends java.lang.Object- Author:
- Peter
-
-
Constructor Summary
Constructors Constructor Description SuperPositionQCP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetRmsd()javax.vecmath.Matrix3dgetRotationMatrix()javax.vecmath.Matrix4dgetTransformationMatrix()javax.vecmath.Point3d[]getTransformedCoordinates()voidset(javax.vecmath.Point3d[] x, javax.vecmath.Point3d[] y)voidset(javax.vecmath.Point3d[] x, javax.vecmath.Point3d[] y, double[] weight)voidsetCentered(boolean centered)
-
-
-
Method Detail
-
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()
-
-