File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed
include/geos/operation/buffer Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -141,21 +141,10 @@ class GEOS_DLL BufferParameters {
141
141
142
142
// / \brief
143
143
// / 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.
158
145
// /
146
+ // / <tt>quadSegs</tt> determines the maximum
147
+ // / error in the approximation to the true buffer curve.
159
148
// / The default value of 8 gives less than 2% max error in the
160
149
// / buffer distance.
161
150
// /
You can’t perform that action at this time.
0 commit comments