瀏覽代碼

typo in doc

Former-commit-id: 1badd31e0e7476bb7800dcf14de0815d74f43078
Alec Jacobson 8 年之前
父節點
當前提交
8b2bf76f76
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/igl/project_to_line.h

+ 1 - 1
include/igl/project_to_line.h

@@ -12,7 +12,7 @@
 
 
 namespace igl
 namespace igl
 {
 {
-  // PROJECT_TO_LINES  project points onto vectors, that is find the paramter
+  // PROJECT_TO_LINE  project points onto vectors, that is find the paramter
   // t for a point p such that proj_p = (y-x).*t, additionally compute the
   // t for a point p such that proj_p = (y-x).*t, additionally compute the
   // squared distance from p to the line of the vector, such that 
   // squared distance from p to the line of the vector, such that 
   // |p - proj_p|² = sqr_d
   // |p - proj_p|² = sqr_d