Преглед изворни кода

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

Fix documentation of readSTL

Former-commit-id: 0dd952856fc485e88977c19918f6a13932bdc9dd
Jérémie Dumas пре 7 година
родитељ
комит
0685feba99
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      include/igl/readSTL.h

+ 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: