public final class SuperPositionQCP
extends java.lang.Object
Constructor and Description |
---|
SuperPositionQCP() |
Modifier and Type | Method and Description |
---|---|
double |
getRmsd() |
Matrix3d |
getRotationMatrix() |
Matrix4d |
getTransformationMatrix() |
Point3d[] |
getTransformedCoordinates() |
void |
set(Point3d[] x,
Point3d[] y) |
void |
set(Point3d[] x,
Point3d[] y,
double[] weight) |
void |
setCentered(boolean centered) |
public void set(Point3d[] x, Point3d[] y)
public void set(Point3d[] x, Point3d[] y, double[] weight)
public void setCentered(boolean centered)
public double getRmsd()
public Matrix4d getTransformationMatrix()
public Matrix3d getRotationMatrix()
public Point3d[] getTransformedCoordinates()