Sfoglia il codice sorgente

Typo in documentation in orient2D

Zhongshi 6 anni fa
parent
commit
243ab03cce
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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(