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

Fix documentation of readSTL

Fixes #848


Former-commit-id: 0c542749da3f907d7cdf047eeb602c8062e6e2fa
Stefan Reinhold 6 жил өмнө
parent
commit
d74a195c24
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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: