浏览代码

minor fix on readSTL documentation

Former-commit-id: 122fd8bad5d169eea956c3d651e7cd9d33184903
Dingzeyu Li 8 年之前
父节点
当前提交
bab34e6418
共有 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