Эх сурвалжийг харах

Merge pull request #849 from ithron/fix-readSTL-docu

Fix documentation of readSTL

Former-commit-id: 0dd952856fc485e88977c19918f6a13932bdc9dd
Jérémie Dumas 7 жил өмнө
parent
commit
0685feba99

+ 1 - 1
include/igl/readSTL.h

@@ -28,7 +28,7 @@ namespace igl
   // Outputs:
   // Outputs:
   //   V  double matrix of vertex positions  #V*3 by 3
   //   V  double matrix of vertex positions  #V*3 by 3
   //   F  index matrix of triangle indices #F by 3
   //   F  index matrix of triangle indices #F by 3
-  //   N  double matrix of vertex positions  #F by 3
+  //   N  double matrix of surface normals #F by 3
   // Returns true on success, false on errors
   // Returns true on success, false on errors
   //
   //
   // Example:
   // Example: