Browse Source

Merge pull request #1267 from libigl/jiangzhongshi-patch-1

Typo in documentation in orient2D
Zhongshi 6 years ago
parent
commit
8e3b2d913d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/copyleft/cgal/orient2D.h

+ 1 - 1
include/igl/copyleft/cgal/orient2D.h

@@ -21,7 +21,7 @@ namespace igl
       //   pa,pb,pc   2D points.
       // Output:
       //   1 if pa,pb,pc are counterclockwise oriented.
-      //   0 if pa,pb,pc are counterclockwise oriented.
+      //   0 if pa,pb,pc are collinear.
       //  -1 if pa,pb,pc are clockwise oriented.
       template <typename Scalar>
       IGL_INLINE short orient2D(