Explorar el Código

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

Fix documentation of readSTL

Former-commit-id: 0dd952856fc485e88977c19918f6a13932bdc9dd
Jérémie Dumas hace 7 años
padre
commit
0685feba99
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: