Kabsch superposition algorithm implementation. More...
#include "SimTKmath.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | Vec3Pair |
Matched pair of 3D vectors to be used in least-squares superposition. More... | |
class | TransformAndResidual |
class | Kabsch78 |
Namespaces | |
namespace | SimTK |
This is the top-level SimTK namespace into which all SimTK names are placed to avoid collision with other symbols. |
Kabsch superposition algorithm implementation.