|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simtk.geometry3d.Superposition
public class Superposition
Constructor Summary | |
---|---|
Superposition()
|
Method Summary | |
---|---|
static HomogeneousTransform |
kabsch78(Vector3D[] v1,
Vector3D[] v2,
double[] weights)
Return a transformation that can place one set of vectors onto another while minimizing the least-squares distance between the corresponding points. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Superposition()
Method Detail |
---|
public static HomogeneousTransform kabsch78(Vector3D[] v1, Vector3D[] v2, double[] weights)
v1
- v2
- weights
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |