ProGAL.geom3d.superposition
Class Superposition

java.lang.Object
  extended by ProGAL.geom3d.superposition.Superposition

public class Superposition
extends java.lang.Object

A wrapper-class for doing 3D point-superpositions. More specifically the optimal RMSD between two point-sets can be calculated with the getRMSD method. TODO: Implement GDT

Author:
R. Fonseca

Constructor Summary
Superposition()
           
 
Method Summary
static double getRMSD(java.util.List<Point> x, java.util.List<Point> y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Superposition

public Superposition()
Method Detail

getRMSD

public static double getRMSD(java.util.List<Point> x,
                             java.util.List<Point> y)