Browse Source

note that fit_rotations may be obsolete

Former-commit-id: c6d1ea88be544ef73dbf941676710811fa47e5d0
Alec Jacobson 10 years ago
parent
commit
36a1006438
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/igl/fit_rotations.h

+ 3 - 0
include/igl/fit_rotations.h

@@ -12,6 +12,9 @@
 
 namespace igl
 {
+  // Known issues: This seems to be implemented in Eigen/Geometry:
+  // Eigen::umeyama
+  //
   // FIT_ROTATIONS Given an input mesh and new positions find rotations for
   // every covariance matrix in a stack of covariance matrices
   //