Переглянути джерело

Typo in documentation in orient2D

Zhongshi 6 роки тому
батько
коміт
243ab03cce
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.
       //   pa,pb,pc   2D points.
       // Output:
       // Output:
       //   1 if pa,pb,pc are counterclockwise oriented.
       //   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.
       //  -1 if pa,pb,pc are clockwise oriented.
       template <typename Scalar>
       template <typename Scalar>
       IGL_INLINE short orient2D(
       IGL_INLINE short orient2D(