Class SuperPositionQCP
java.lang.Object
org.biojava.nbio.structure.symmetry.geometry.SuperPositionQCP
- Author:
- Peter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getRmsd()
javax.vecmath.Matrix3d
javax.vecmath.Matrix4d
javax.vecmath.Point3d[]
void
set
(javax.vecmath.Point3d[] x, javax.vecmath.Point3d[] y) void
set
(javax.vecmath.Point3d[] x, javax.vecmath.Point3d[] y, double[] weight) void
setCentered
(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()
-