Explorar o código

Fix documentation of readSTL

Fixes #848


Former-commit-id: 0c542749da3f907d7cdf047eeb602c8062e6e2fa
Stefan Reinhold %!s(int64=7) %!d(string=hai) anos
pai
achega
d74a195c24
Modificáronse 1 ficheiros con 1 adicións e 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: