]> granicus.if.org Git - graphviz/commitdiff
Add comment on preconditions for Pobsopen.
authorEmden R. Gansner <erg@brow1229.research.att.com>
Fri, 5 Jul 2013 16:12:32 +0000 (12:12 -0400)
committerEmden R. Gansner <erg@brow1229.research.att.com>
Fri, 5 Jul 2013 16:12:32 +0000 (12:12 -0400)
lib/pathplan/vispath.h

index 516e23dd7b99af453c23eb8459a861231c50b115..db9baefb8eb5427b7a42e8b1f0195eeeea6c5f47 100644 (file)
@@ -26,7 +26,9 @@ extern "C" {
 #   define extern __EXPORT__
 #endif
 
-/* open a visibility graph */
+/* open a visibility graph 
+ * Points in polygonal obstacles must be in clockwise order.
+ */
     extern vconfig_t *Pobsopen(Ppoly_t ** obstacles, int n_obstacles);
 
 /* close a visibility graph, freeing its storage */