[GRASS-SVN] r71763 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 18 03:46:34 PST 2017
Author: marisn
Date: 2017-11-18 03:46:34 -0800 (Sat, 18 Nov 2017)
New Revision: 71763
Modified:
grass/trunk/lib/vector/Vlib/buffer2.c
Log:
Vect_line_buffer2: Fix documentation to match expected argument order
Modified: grass/trunk/lib/vector/Vlib/buffer2.c
===================================================================
--- grass/trunk/lib/vector/Vlib/buffer2.c 2017-11-18 09:27:03 UTC (rev 71762)
+++ grass/trunk/lib/vector/Vlib/buffer2.c 2017-11-18 11:46:34 UTC (rev 71763)
@@ -999,8 +999,8 @@
\param caps add caps at line ends (0 - butt, not 0 - caps)
\param tol maximum distance between theoretical arc and output segments
\param[out] oPoints output polygon outer border (ccw order)
+ \param[out] iPoints array of output polygon's holes (cw order)
\param[out] inner_count number of holes
- \param[out] iPoints array of output polygon's holes (cw order)
*/
void Vect_line_buffer2(const struct line_pnts *Points, double da, double db,
double dalpha, int round, int caps, double tol,
More information about the grass-commit
mailing list