Browse Source

typo in doc

Former-commit-id: 1badd31e0e7476bb7800dcf14de0815d74f43078
Alec Jacobson 8 năm trước cách đây
mục cha
commit
8b2bf76f76
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/igl/project_to_line.h

+ 1 - 1
include/igl/project_to_line.h

@@ -12,7 +12,7 @@
 
 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
   // squared distance from p to the line of the vector, such that 
   // |p - proj_p|² = sqr_d