瀏覽代碼

note that fit_rotations may be obsolete

Former-commit-id: c6d1ea88be544ef73dbf941676710811fa47e5d0
Alec Jacobson 10 年之前
父節點
當前提交
36a1006438
共有 1 個文件被更改,包括 3 次插入0 次删除
  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
   //