Просмотр исходного кода

Merge pull request #364 from dingzeyuli/master

minor fix on readSTL documentation

Former-commit-id: 741f2d7d6bfc913b4869a900e3456f386c0f8447
Alec Jacobson 8 лет назад
Родитель
Сommit
f01e676ed9
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      include/igl/readSTL.h

+ 2 - 2
include/igl/readSTL.h

@@ -23,9 +23,9 @@ namespace igl
   //   Scalar  type for positions and vectors (will be read as double and cast
   //     to Scalar)
   // Inputs:
-  //   filename path to .obj file
+  //   filename path to .stl file
   // Outputs:
-  //   V  double matrix of vertex positions  #F*3 by 3
+  //   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
   // Returns true on success, false on errors