Browse Source

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

Fix documentation of readSTL

Former-commit-id: 0dd952856fc485e88977c19918f6a13932bdc9dd
Jérémie Dumas 7 years ago
parent
commit
0685feba99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/readSTL.h

+ 1 - 1
include/igl/readSTL.h

@@ -28,7 +28,7 @@ namespace igl
   // Outputs:
   //   V  double matrix of vertex positions  #V*3 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
   //
   // Example: