[geos-commits] [SCM] GEOS branch main updated. 3cc1eb2fb395337e0fd651ab2563dd335afc185a
git at osgeo.org
git at osgeo.org
Wed Nov 20 16:03:24 PST 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, main has been updated
via 3cc1eb2fb395337e0fd651ab2563dd335afc185a (commit)
from 1281140835e86c07ce03d9ecbfbd269bb4a80654 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3cc1eb2fb395337e0fd651ab2563dd335afc185a
Author: Martin Davis <mtnclimb at gmail.com>
Date: Wed Nov 20 16:03:05 2024 -0800
Fix BufferParameters quadrantSegments doc
diff --git a/include/geos/operation/buffer/BufferParameters.h b/include/geos/operation/buffer/BufferParameters.h
index 2580c2b45..16a691241 100644
--- a/include/geos/operation/buffer/BufferParameters.h
+++ b/include/geos/operation/buffer/BufferParameters.h
@@ -141,21 +141,10 @@ public:
/// \brief
/// Sets the number of line segments used to approximate
- /// an angle fillet.
+ /// an angle fillet in round joins.
///
- /// - If <tt>quadSegs</tt> >= 1, joins are round,
- /// and <tt>quadSegs</tt> indicates the number of
- /// segments to use to approximate a quarter-circle.
- /// - If <tt>quadSegs</tt> = 0, joins are bevelled (flat)
- /// - If <tt>quadSegs</tt> < 0, joins are mitred, and the value of qs
- /// indicates the mitre ration limit as
- /// <pre>
- /// mitreLimit = |<tt>quadSegs</tt>|
- /// </pre>
- ///
- /// For round joins, <tt>quadSegs</tt> determines the maximum
+ /// <tt>quadSegs</tt> determines the maximum
/// error in the approximation to the true buffer curve.
- ///
/// The default value of 8 gives less than 2% max error in the
/// buffer distance.
///
-----------------------------------------------------------------------
Summary of changes:
include/geos/operation/buffer/BufferParameters.h | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list