소스 검색

Fix documentation of readSTL

Fixes #848


Former-commit-id: 0c542749da3f907d7cdf047eeb602c8062e6e2fa
Stefan Reinhold 6 년 전
부모
커밋
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: