Skip to content

Commit 3cc1eb2

Browse files
committed
Fix BufferParameters quadrantSegments doc
1 parent 1281140 commit 3cc1eb2

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

include/geos/operation/buffer/BufferParameters.h

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -141,21 +141,10 @@ class GEOS_DLL BufferParameters {
141141

142142
/// \brief
143143
/// Sets the number of line segments used to approximate
144-
/// an angle fillet.
145-
///
146-
/// - If <tt>quadSegs</tt> >= 1, joins are round,
147-
/// and <tt>quadSegs</tt> indicates the number of
148-
/// segments to use to approximate a quarter-circle.
149-
/// - If <tt>quadSegs</tt> = 0, joins are bevelled (flat)
150-
/// - If <tt>quadSegs</tt> < 0, joins are mitred, and the value of qs
151-
/// indicates the mitre ration limit as
152-
/// <pre>
153-
/// mitreLimit = |<tt>quadSegs</tt>|
154-
/// </pre>
155-
///
156-
/// For round joins, <tt>quadSegs</tt> determines the maximum
157-
/// error in the approximation to the true buffer curve.
144+
/// an angle fillet in round joins.
158145
///
146+
/// <tt>quadSegs</tt> determines the maximum
147+
/// error in the approximation to the true buffer curve.
159148
/// The default value of 8 gives less than 2% max error in the
160149
/// buffer distance.
161150
///

0 commit comments

Comments
 (0)