Skip to content

Commit

Permalink
Fix BufferParameters quadrantSegments doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Nov 21, 2024
1 parent 1281140 commit 3cc1eb2
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions include/geos/operation/buffer/BufferParameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,21 +141,10 @@ class GEOS_DLL BufferParameters {

/// \brief
/// Sets the number of line segments used to approximate
/// an angle fillet.
///
/// - 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
/// error in the approximation to the true buffer curve.
/// an angle fillet in round joins.
///
/// <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.
///
Expand Down

0 comments on commit 3cc1eb2

Please # to comment.