浏览代码

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

Typo in documentation in orient2D
Zhongshi 6 年之前
父节点
当前提交
8e3b2d913d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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(